174Chapter5 • Working with GNU Debugger
For example, you can bring the cursor to a particular line and then press the break button
to set up a break point at that line. Similarly you can use other buttons in the middle part of the
window to carry out other tasks related to debugging a program.
5.13References and Resources
1.
GNU web site at http://www.gnu.org/
2.
GNU debugger download web site ftp://ftp.gnu.org/gnu/gdb
3.
DDD home page at http://www.gnu.org/software/ddd/
4.
The gdb manual at http://www.gnu.org/manual/gdb/html_mono/gdb.html. You can find
a detailed list of all commands and their explanation on this web site.
Next Page >>
<< Previous Page
Back to the Table of Contents