blob: 3f6efb8e62634dc2b396345ae4979f3c308ae549 [file] [log] [blame]
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();