Procedure files and listing generation
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can debug procedure files in both source (.p, .w)
and r-code (.r) form. OpenEdge makes every attempt
to provide the debug listing for the procedure you are debugging.
If necessary, OpenEdge generates the debug listing automatically
("on the fly"). Any automatic listing generation creates a temporary
file that is deleted at the end of your session. For more information
on temporary debug listings, see Debug listing files.
The method OpenEdge uses to provide a debug listing depends on the form of the procedure OpenEdge has available to execute: r-code or source code.