Enable debugging
- Last Updated: April 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Debugging is automatically enabled for you in Progress Developer Studio for OpenEdge. If debugging has been disabled, however, you must enable it in one of the following ways:
- By choosing to enable debugging in your first Debugger session. Simply choose Yes at the prompt to enable debugging for all OpenEdge clients.
- By running the proDebugEnable command-line utility.
- By setting the
ENABLE_OPENEDGE_DEBUGGERenvironment variable.
To run the proDebugEnable command-line utility:
Disabling debugging
Debugging remains enabled unless you explicitly disable it. If
you did not set the ENABLE_OPENEDGE_DEBUGGER
environment variable, you can disable debugging simply by entering the following
command from the Proenv window:
prodebugenable -disable-all
A confirmation message indicates that debugging is disabled. If you did set the
ENABLE_OPENEDGE_DEBUGGER environment variable, you must also
remove the variable.