The debugger is the program that you use to figure out why your program isn’t behaving the way you think it should.You’ll be doing this a lot. The GNU Debugger (GDB) is the debugger used by most Linux programmers.You can use GDB to step through your code, set breakpoints, and examine the value of local variables.
No comments:
Post a Comment