Files
Kmake/deps/v8/test/inspector/debugger/restart-frame/fails-without-mode-param-expected.txt
2026-05-26 23:36:42 -07:00

13 lines
262 B
Plaintext

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