Debugging
For information about the following features, see the Debugging with MULTI 2000 manual.
- A Source Level Debugger that supports mixed language debugging and all C++ and Ada language constructs.
- A Profiler that collects data, provides reports, annotates the source code to find hot spots in your program, and provides mechanisms to feed information back into the development process.
- Run-Time Error Checking for different classes of errors, implemented with a combination of compiler checks, libraries, and debugger commands.
- Expression Evaluation to determine whether your expressions are correct.
- A Data Explorer to monitor variables and evaluate expressions during debugging.
- Memory Leak Detection to find chunks of memory that have been allocated but are no longer used.
- Conditional Breakpoints that cause a breakpoint to be active under conditions you specify.
- A graphical Ada 95 Type Inheritance and C++ Class Browser to delineate the structure of your classes and of classes you inherit.
Related topic:
Copyright © 1999, Green Hills Software. All rights
reserved.