Development Environment

gdb

English

Overview

A debugger that lets you step through a program's behavior line by line.

Details

GNU's debugger, which lets you investigate a program's behavior in detail through breakpoints and stepping. Loading a core dump file also lets you inspect the stack trace and variable state at the moment of a crash after the fact, which helps when debugging a failure that's hard to reproduce.

More Linux terms