Comment by fyrn_ 6 hours ago You can get real breakpoints, memory watching, etc in browser with the chrome debugging extension 1 comment fyrn_ Reply flohofwoe 2 hours ago I would recommend the VSCode WASM DWARF debugging extension instead of the Chrome extension nowadays:https://marketplace.visualstudio.com/items?itemName=ms-vscod...This allows to setup an IDE-like 'press F5 to build and start into a debug session' in VSCode, with the debuggee running in Chrome.E.g. see:https://floooh.github.io/2023/11/11/emscripten-ide.html
flohofwoe 2 hours ago I would recommend the VSCode WASM DWARF debugging extension instead of the Chrome extension nowadays:https://marketplace.visualstudio.com/items?itemName=ms-vscod...This allows to setup an IDE-like 'press F5 to build and start into a debug session' in VSCode, with the debuggee running in Chrome.E.g. see:https://floooh.github.io/2023/11/11/emscripten-ide.html
I would recommend the VSCode WASM DWARF debugging extension instead of the Chrome extension nowadays:
https://marketplace.visualstudio.com/items?itemName=ms-vscod...
This allows to setup an IDE-like 'press F5 to build and start into a debug session' in VSCode, with the debuggee running in Chrome.
E.g. see:
https://floooh.github.io/2023/11/11/emscripten-ide.html