summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/restart-frame-expected.txt
blob: 3f6efb8e62634dc2b396345ae4979f3c308ae549 (plain)
1
2
3
4
5
6
7
8
9
10
Checks that Debugger.restartFrame works
Paused at debugger:
function foo() { #debugger; }; foo();

Call restart and dump location of restart:
function foo() { debugger; }; #foo();

Location after restart:
function foo() { #debugger; }; foo();