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> }