Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Checks that Debugger.restartFrame returns an error
Paused at debugger:
function foo() { #debugger; }; foo();
restartFrame result:
{
error : {
code : -32000
message : Frame restarting not supported
}
id : <messageId>