Check that `using` and `await using` do not work in debug evaluate. { id : result : { exceptionDetails : { columnNumber : 10 exception : { className : SyntaxError description : SyntaxError: Unexpected identifier 'x' at :1:1 objectId : subtype : error type : object } exceptionId : lineNumber : 1 scriptId : stackTrace : { callFrames : [ [0] : { columnNumber : 0 functionName : lineNumber : 0 scriptId : url : } ] } text : Uncaught } result : { className : SyntaxError description : SyntaxError: Unexpected identifier 'x' at :1:1 objectId : subtype : error type : object } } } { id : result : { exceptionDetails : { columnNumber : 4 exception : { className : SyntaxError description : SyntaxError: await can not be used when evaluating code while paused in the debugger at :1:1 objectId : subtype : error type : object } exceptionId : lineNumber : 1 scriptId : stackTrace : { callFrames : [ [0] : { columnNumber : 0 functionName : lineNumber : 0 scriptId : url : } ] } text : Uncaught } result : { className : SyntaxError description : SyntaxError: await can not be used when evaluating code while paused in the debugger at :1:1 objectId : subtype : error type : object } } }