Contents|Index|Previous|Next

Getting In and Out of GDB

The following documentation discusses invoking the debugger, choosing files, choosing modes, stopping the debugger and some essential shell commands.

Invoking GDB

Choosing files

Choosing modes

Quitting GDB

Shell commands

The essentials are starting gdb and quitting gdb.

gdb00090000.gif Type gdb to start the debugger in a graphical ineterface mode or use the command, gdb -nw, to start the debugger in a non-window interface mode.

gdb00090000.gif Type quit or use the keystroke sequence, C-d, to exit.