v8/test/inspector/debugger/restart-frame-expected.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
247 B
Plaintext
Raw Normal View History

Checks that Debugger.restartFrame returns an error
Paused at debugger:
function foo() { #debugger; }; foo();
restartFrame result:
{
error : {
code : -32000
message : Frame restarting not supported
}
id : <messageId>
}