The GNU Debugger -- gdb
The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed.
The gdb program supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC).
The GNU Debugger Program has four special features that helps you catch bugs in the act:
Special Features:
The Visual gdb Debugger |
|
|
|
Visual gdb
(a.k.a. Insight) debugger is a cross-platform debugger and can be hosted on Linux,
Solaris, and Windows. Microcross builds and packages the Visual gdb for all of its
target toolsuites.
|




View Local Variable Screenshot

Function Browser Screenshot



View Variable values with mouse pointer

Command Line GDB Console and Simulator Screenshot

View Source and Assembly during debugging

Back to Microcross Main Page | Back to Testech Home Page | Compiler | RTOS | Emulator/Debugging