The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
gdb1. GDB, the GNU debugger, allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. From Redhat 8.0 RPM 2. Gdb is a full featured, command driven debugger. Gdb allows you to trace the execution of programs and examine their internal state atany time. Gdb works for C and C++ compiled with the GNU C compiler gcc.If you are going to develop C and/or C++ programs and use the GNU gcc compiler, you may want to install gdb to help you debug your programs. From Mandrake 9.0 RPM 3. The GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. From Debian 3.0r0 APT |
|
|