Exploring Debugging Odin Code
Let's dive into the details surrounding Debugging Odin Code.
- How to setup
- GDB tutorial here: https://www.youtube.com/watch?v=MTkDTjdDP3c&list=PLvv0ScY6vfd-GGT-aUH31X2yXgBSYXo6t&index=2 ...
- Zig and
- An introduction to the
- How I use hot reload to tweak gameplay
In-Depth Information on Debugging Odin Code
In this video I show how to use either GDB in a terminal or VSCode for In this video I show how we can also use SeerGDB to It's one of the most frustrating things with programming, and also one of the most common – bugs and figuring out how to fix them. In today's episode, I am going to trying to run my program for the first time and
The sublime-build file I show: https://gist.github.com/karl-zylinski/56843e471a78695caf97844d4211794a My video on hot reload: ...
That wraps up our extensive overview of Debugging Odin Code.