Files
Kmake/deps/v8/test/inspector/debugger/restart-frame/fails-for-non-existant-index-expected.txt
2026-05-26 23:36:42 -07:00

18 lines
352 B
Plaintext

Checks that requesting to restart a non-existant frame fails cleanly
Paused at (after evaluation):
(function foo() { #debugger; })();
Pause stack:
foo:1 (canBeRestarted = true)
Attempting to restart frame with non-existent index 2
{
error : {
code : -32000
message : Restarting frame failed
}
id : <messageId>
}