Debugger.stepOut
Steps out of the function call.
{ "id": 1, "method": "Debugger.stepOut" }
{ "id": 1, "result": {} }
const result = await send('Debugger.stepOut'); console.log(result);