nodejs/deps/v8/test/inspector/debugger/doesnt-step-into-injected-script-expected.txt

18 lines
394 B
Plaintext
Raw Permalink Normal View History

Check that stepInto at then end of the script go to next user script instead InjectedScriptSource.js.
paused at:
(function boo() { setTimeout(() => 239, 0); #debugger; })()
paused at:
(function boo() { setTimeout(() => 239, 0); debugger; #})()
paused at:
(function boo() { setTimeout(() => 239, 0); debugger; })()
#
paused at:
(function boo() { setTimeout(() => #239, 0); debugger; })()