homeAppSaved.com WINDOWSWINDOWS WEBWEB MACMAC IOSIOS ANDROIDANDROID LINUXLINUX

GDB for Linux

thumb of GDB for Linux
  • Publishers:
    Stan Shebs
  • License: Free
  • Capacity: 22,9 MB
  • Saved: 62
  • Update:
  • System: Linux

GDB for Linux

GDB is not really a programming tool, but it is a must-have tool for programmers on * NIX. GDB is a GNU debugger. This command-line tool will often send feedback to the programmer from another program when it is running. Suppose you are in the testing phase of a program and have difficulty identifying errors. You just need to run this program from the GDB tool, and you should be able to locate the error in that program.

Picture 1 of GDB for Linux

Picture 2 of GDB for Linux

GDB helps you do the following:

* Launch the program (specifying arguments, switches or inputs that may affect performance).

* Interrupts a program after a specific process.

* Check for errors that occur every time the program stops.

* Program changes for you to easily check.

In addition, GDB is also useful when reporting bugs.

Picture 3 of GDB for Linux