Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Starting and Stopping the Debugger : Debugging modes : Attachable mode : Requirements for r-code
 
Requirements for r-code
To support debugging in attachable mode, it is important to compile the r-code according to these rules:
*Use the DEBUG-LIST option with the COMPILE statement, and specify a location to which the Debugger has access as the location for the debug listing.
*Do not use MIN-SIZE option with the COMPILE statement. This option strips the Debugger Segment from the generated r-code.
For more information about these options, see the section on the COMPILE statement in OpenEdge Development: ABL Reference.