Make the process ready for debugging
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Before you can start the Debugger in attachable mode, you have to ready the process for debugging. The process can be any ABL (GUI or character mode) client or application server process, but not a WebClient process. You can make the process ready for debugging by:
- Use the Debugger window
- Use the Ready Attachable Debugger (-debugReady) startup parameter
- Use the proDebugConfig command
While a process is debug-ready, it might run slower than normal. Therefore, you should turn on this capability only when you intend to use the Debugger in attachable mode.