Debugger.pause
Stops on the next JavaScript statement.
{ "id": 1, "method": "Debugger.pause" }
{ "id": 1, "result": {} }
const result = await send('Debugger.pause'); console.log(result);