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