Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Breakpoints just work. Debugging just works. Everything… works.

...and you're actually debugging the WASM executable which runs in a browser and not a native version of the application?

Not that it matters most of the time, I also do 99% of my debugging session on the native target. But for debugging problems that only happen in the WASM version actually debugging the WASM version makes a lot of sense, and that was anything but trivial not too long ago (if QtCreator can actually pull off a remote debugging session where the debuggee runs in Chrome then kudos to QtCreator).





IIRC, and I’ll try and check tomorrow, what I was able to do in the past was set breakpoints in both qtcreator and a browser, and step through both. I believe there was a web dev tools tab that showed the c++. I’ll try and verify.

I’m not a professional webdev, I was just messing around with qt+wasm for a few weeks a little while ago.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: