doesnt-step-into-injected-script-expected.txt 394 Bytes
Newer Older
1
Check that stepInto at then end of the script go to next user script instead InjectedScriptSource.js.
2 3 4 5 6 7 8 9 10
paused at:
(function boo() { setTimeout(() => 239, 0); #debugger; })()


paused at:
(function boo() { setTimeout(() => 239, 0); debugger; #})()


paused at:
11 12
(function boo() { setTimeout(() => 239, 0); debugger; })()
#
13 14 15 16 17

paused at:
(function boo() { setTimeout(() => #239, 0); debugger; })()