update Thu Jun 17 00:37:00 PDT 2010
[pkgsrc.git] / devel / gdb / DESCR
1    The purpose of a debugger such as GDB is to allow you to see what
2 is going on "inside" another program while it executes--or what
3 another program was doing at the moment it crashed.
4
5    GDB can do four main kinds of things (plus other things in support
6 of these) to help you catch bugs in the act:
7
8    * Start your program, specifying anything that might affect its
9      behavior.
10
11    * Make your program stop on specified conditions.
12
13    * Examine what has happened, when your program has stopped.
14
15    * Change things in your program, so you can experiment with
16      correcting the effects of one bug and go on to learn about
17      another.