|
|
|
|
|
by flohofwoe
100 days ago
|
|
FWIW, it's possible to setup an IDE-like debugging environment with VSCode and a couple of plugins [1]. E.g. I can press F5 in VSCode, this starts the debuggee in Chrome and I can step-debug in VSCode exactly like debugging a native program, and it's even possible to seamlessly step into JS and back. And it's actually starting faster into a debug session than a native macOS UI program via lldb. [1] https://floooh.github.io/2023/11/11/emscripten-ide.html |
|