The Ladebug debugger is a powerful fully symbolic
debugger that helps you locate run-time errors (bugs) in your code.
Key features allow you to
- Perform source-level debugging.
- Attach to a running process.
- Debug programs with shared libraries.
- Debug multithreaded applications.
- Debug multiprocess applications, including programs that fork/exec.
- Debug massively parallel programs.
- Perform kernel debugging.
- Provide internationalization support for local language characters.
Ladebug supports the debugging of programs written
in C, C++, Fortran, FORTRAN 90, Ada and COBOL. Ladebug features
expression evaluation using the syntax of the source programming
language. |