Debugger

A debugger is a tool used to analyze running code.

Although debugging tools are available for interpreted and bytestream languages, the term debugger is often used to describe a tool that can analyze object code.

Typical features of a debugger include:

The GNU debugger is named “gdb” and has a command-line interface. Various graphical front-ends are available.

Resources