Debugger (-debug)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use Debugger (-debug) to start an OpenEdge session by running the
Application Debugger in stand-alone mode.
| Operating system and syntax | UNIX / Windows |
-debug
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | — | — | — | — |
This makes the Debugger (not the Procedure Editor)
the point of entry for all application procedures to run. The Debugger
begins by allowing breakpoints before using the Debugger RUN command
to execute the startup procedure. Also, the AVM automatically sets
a breakpoint on the first executable line of the startup procedure
before it runs.
For more information on the Debugger, see Troubleshoot ABL Applications.