mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
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; })()
|
|
|
|
|