#124943 - SaruCoder - Tue Apr 10, 2007 6:42 am
Hey guys,
I was wondering what you guys use/do when debugging your homebrew?
And when I mean debugging, I mean if you want to verify that certain variables are getting correct values. Or testing your logic flow is going in the desired direction.
Because I'm developing a greater appreciation for debugging tools like gdb, ddd, and having the ability to trace through source code while your program is running. Because it sure beats print statements...
I was wondering what you guys use/do when debugging your homebrew?
And when I mean debugging, I mean if you want to verify that certain variables are getting correct values. Or testing your logic flow is going in the desired direction.
Because I'm developing a greater appreciation for debugging tools like gdb, ddd, and having the ability to trace through source code while your program is running. Because it sure beats print statements...