Closed connor4312 closed 1 month ago
V8 doesn't give us instrumentation breakpoints for WASM, so take a primitive approach of overwriting WebAssembly compile/instantiate methods with one that includes a debugger; statement after they're done, and handle those as instrumentation.
debugger;
Closes https://github.com/microsoft/vscode/issues/230875
V8 doesn't give us instrumentation breakpoints for WASM, so take a primitive approach of overwriting WebAssembly compile/instantiate methods with one that includes a
debugger;
statement after they're done, and handle those as instrumentation.Closes https://github.com/microsoft/vscode/issues/230875