You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
394 B

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; })()