Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
v8
/
test
/
inspector
/
debugger
/
restart-frame-expected.txt
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();