GNU Debugger (gdb)

Introduction

The GNU Debugger, usually called just GDB and named gdb as an executable file, is the standard debugger for the GNU operating system; it is a portable debugger that runs on many Unix-like systems and works for many programming languages, including Ada, C, C++, Objective-C, Free Pascal, Fortran, Java and partially others.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /usr/bin/gdb 6.8-27.el5 (default)
% /util/bin/gdb 7.6 (default)

References

  1. http://en.wikipedia.org/wiki/GNU_Debugger
  2. http://www.gnu.org/software/gdb/