summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/doesnt-step-into-injected-script-expected.txt
blob: 29ac3bfd2b85448af392276f51fb1883959c7226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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; })()