Open sverhoeven opened 4 years ago
Chrome is getting debugging support for WebAssembly modules. Aka add breakpoint on a C++ line in DevTools. It would be nice to have a chapter about debugging once this support has been included in Chrome.
To get debugging working you need to enable Dwarf while compiling, see https://emscripten.org/docs/debugging/CyberDWARF.html
Chrome is getting debugging support for WebAssembly modules. Aka add breakpoint on a C++ line in DevTools. It would be nice to have a chapter about debugging once this support has been included in Chrome.
To get debugging working you need to enable Dwarf while compiling, see https://emscripten.org/docs/debugging/CyberDWARF.html