Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Starting and Stopping the Debugger : Debugging modes : Making the process ready for debugging
 
Making the process ready for debugging
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, WebSpeed agent, or AppServer process, but not a WebClient™ process. You can make the process ready for debugging by:
*Usingthe Debugger window
*Using the Ready Attachable Debugger (-debugReady) startupparameter
*Using 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.
* Using the Debugger window
* Using the Ready Attachable Debugger (-debugReady) startup parameter
* Using the proDebugConfig command