Previous: , Up: Compiling for debugging   [Contents][Index]


5.7 More information

For simplicity, the examples in this chapter demonstrate how to use gdb on the command-line. There are more powerful ways to debug a program interactively using tools such as Emacs GDB mode (M-x gdb), DDD or INSIGHT, graphical interfaces to gdb. Links to these programs can be found on the publisher’s webpage for this book.18

A complete description of all the commands available in gdb can be found in the manual “Debugging with GDB: The GNU Source-Level Debugger” (see Further reading).


Footnotes

(18)

http://www.network-theory.co.uk/gcc/intro/