Closed Mankvis closed 1 year ago
const script = await isolate.compileScript('debugger;\nconsole.log("Isolated-VM debugging");'); I hope that when I run, the code will automatically break at the position of the debugger
One might ask why a debugger statement in Safari does not trigger the debugger in Chrome. The platforms are isolated.
debugger
const script = await isolate.compileScript('debugger;\nconsole.log("Isolated-VM debugging");'); I hope that when I run, the code will automatically break at the position of the debugger