Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Debugger Window and Files : Debugger title bar
 

Debugger title bar

The Debugger title bar displays the name of the procedure whose listing the Debugger is displaying. The title bar also displays the status of the procedure in brackets, and the location of the procedure in parentheses. When the procedure is executing, the status is [run]. When the Debugger has control, the status is [break]. When the procedure is local, the location is (LOCAL). When the procedure is remote, the location is (REMOTE). If the status and location do not appear in the title bar, the procedure has not yet started executing.
Any procedure you run in application mode from a Procedure Editor buffer is displayed using a filename with a .ped extension. This is the filename for a temporary procedure file where the Procedure Editor writes the ABL contents of the buffer. The names of temporary procedure files written by the AppBuilder have a .ab extension.