Files
Kmake/deps/v8/test/inspector/regress/regress-crbug-1493510-expected.txt
2026-05-26 23:36:42 -07:00

17 lines
289 B
Plaintext

Checks that wrong restart "mode" doesn't crash the inspector
Paused at (after evaluation):
function foo() {
#debugger;
}
Pause stack:
foo:2 (canBeRestarted = true)
{
error : {
code : -32602
message : 'StepInto' is the only valid mode
}
id : <messageId>
}