DEV Community

Adam Crockett 🌀
Adam Crockett 🌀

Posted on

vscode debugging emscripten.

I have an application written for Node.js using Emscripten and C++, I'm looking to launch or attach (just about anything) to debug the c++

Would anyone have a configuration for this? Or just WASM in general.

Top comments (1)

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I have came to the conclusion that although there is this lldb debugger tool, it probably won't work. There is a tooling gap here, anyone want to make a debugger. (Sounds tricky)