
Game Development with C++ and Javascript
CppCast
00:00
The Challenges of Debugging in a Browser Environment
If you're developing simply in a script in the browser with C++ and JavaScript, it's not too bad. You can either debug your native code just shows up in the call stack as native. Or you can Debug in GDB, in which case, you'll see all your native code. But once the stack reaches the point of being inside the V8 JIT, it just goes off the rails. And then things get even worse on Windows where if you are debugging in Visual Studio, you'll stop at that point if you've been called from V8.
Play episode from 33:16
Transcript


