gdb

GNU Debugger
  https://www.gnu.org/s/gdb/
  10
  6 reviews



GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer.
Latest reviews
4
lib2know 8 years ago

good, when needed, i prefer using ctest units, instead of debugging

5
mxds 10 years ago

Debugged my C++11 code first time

5
zillionlizards 11 years ago

I have often use this tool. This is my favorite tool!

5
ryanpcmcquen 11 years ago

Great support across IDEs like Geany and Code::Blocks. If you use debuggers, this is a must have.

5
axeoth 12 years ago

I am a developer. I think LMDE should make developers' job easier and provide either gdb by default, either pre-defining a "developer profile" that will configure the system accordingly.

4
m4daredsun 13 years ago

Command line debugger and, as such, rather difficult to use. However, it does its job perfectly