Requirements for r-code
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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-LISToption with theCOMPILEstatement, and specify a location to which the Debugger has access as the location for the debug listing. - Do not use
MIN-SIZEoption with theCOMPILEstatement. 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 ABL
Reference.