The Debugger editor

When you launch a debug session, the debugger uses the Debugger editor to display source. This editor offers several debug actions.

When a debug session launches, source is opened in the editor in browse mode and it cannot be modified. Source can only be modified in the debugger editor when it is opened with the editor outside of a debug session.

If you are debugging assembler code, you will need to issue a SET ASSEM ON and then perform a Debug Tool LDD (LOADDEBUGDATA) for each assembler compile unit to load the appropriate EQALANGX file. For all other applications, only one view (the source view) is available.

When source cannot be found, the editor opens without source. For information about locating source, see the related topic.


Feedback