|
|
Debuggers
Debuggers are provided to enable you to develop, execute, debug and visualize data in programs.
-
gdb
-
is the GNU debugger for C and C++ code.
For additional information on using this debugger, enter the command:
info gdb
-
idb
-
is Intel's proprietary debugger designed for its compilers; supports C, C++, and Fortran.
For additional information on using this debugger, enter the command:
info idb
|
|