Whole document tree
5. Stopping and ContinuingThe principal purposes of using a debugger are so that you can stop your program before it terminates; or so that, if your program runs into trouble, you can investigate and find out why.
Inside GDB, your program may stop for any of several reasons,
such as a signal, a breakpoint, or reaching a new line after a
GDB command such as
This document was generated by root on January, 30 2002 using texi2html |