5.10 Changing the Debug View

If you compiled your program with the appropriate compiler options, you can use both the Listing View and the Source View in the Source pane.

Listing View

From the menu bar, select Source > Listing View to switch to a Listing view of the program being debugged. This view displays a compiler-generated listing of your program. The Listing view also includes Copy files.


Source View

From the debugger menu bar, select Source > Source View to switch back to the Source view of the program being debugged. This view displays the source code for your program.

If the program was compiled with Source debug view, but the source file cannot be located, a dialog box prompts you for the location of the source file on the workstation. If you click Cancel in the dialog box, the debugger will look for the Listing view. A Listing view is available for OPM or ILE programs that have been compiled with the corresponding compiler option.


Click on to indicate that you have reviewed changing debugger views.