forked from LeenkxTeam/Kmake
17 lines
289 B
Plaintext
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>
|
||
|
|
}
|