Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 903 Bytes

File metadata and controls

30 lines (21 loc) · 903 Bytes

GDB: The GNU Project Debugger

Helps you debug with four primary actions

  • start program and specify anything that might affect its behavior

  • make your program stop on specified conditions

  • examine what happened, when program stops

  • change state in program, to experiment

  • programs can be executed on same machine as native GDB, on remote machine, or on a simulator

supported languages: Ada, Assembly, C, C++, D, Fortran, Go, Objective-C, OpenCL, Modula-2, Pascal, Rust

online docs: