In ILE, you can perform source-level debugging on any program written in one or more ILE languages, provided that the program was compiled with debug information.
You can:
When a program stops because of a breakpoint, a step command, or a run-time error, the pertinent module is displayed at the point where the program stopped. At that point, you can enter more debug commands.
See Part 3, Debugging Programs for information on debugging ILE C/C++ programs.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.