2016-12-23 16:30:57 +01:00
|
|
|
Check that stepInto at then end of the script go to next user script instead InjectedScriptSource.js.
|
2017-06-06 10:28:14 +02:00
|
|
|
paused at:
|
|
|
|
(function boo() { setTimeout(() => 239, 0); #debugger; })()
|
|
|
|
|
|
|
|
|
|
|
|
paused at:
|
|
|
|
(function boo() { setTimeout(() => 239, 0); debugger; #})()
|
|
|
|
|
|
|
|
|
|
|
|
paused at:
|
2018-09-07 17:07:13 +02:00
|
|
|
(function boo() { setTimeout(() => 239, 0); debugger; })()
|
|
|
|
#
|
2017-06-06 10:28:14 +02:00
|
|
|
|
|
|
|
paused at:
|
|
|
|
(function boo() { setTimeout(() => #239, 0); debugger; })()
|
|
|
|
|
|
|
|
|