Prerequisites for using the Debugger
- Last Updated: February 19, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Debugging is automatically enabled for you in Progress Developer Studio for OpenEdge. If debugging has been disabled for some reason, however, you must enable it. You can do so in any of the following ways:
- Run a command-line utility.
- Set an environment variable (at the operating system level).
- Choose to enable debugging when you begin your debugging session.
For details about each of these options, see Enable debugging.
Additional prerequisites for using the Debugger include:
- You must make compiled r-code available for all files to be
debugged. You can specify in your Build properties settings, whether
.rfiles are automatically created when you compile code, and where the files are stored. - You must make sure that the database connections used by your application allow multiple users; that is, that the connection parameters do not include the -1 option. See Add existing database connections to a project.
- You must have access to the source code for the program running on an external AVM outside Progress Developer Studio for OpenEdge, in order to debug it.
Although optional, it is a good idea to turn on the display of line numbers in the ABL Editor. To do so, select , and check the Show line numbers option.