Progress
Debugger Guide
Interrupting a Running Procedure
Regardless of how you start it, the current procedure runs until one of the following operations occurs:
- The procedure reaches a breakpoint, giving control to the Debugger
- You interrupt it using the break interrupt function (choosing Debug
Interrupt), giving control to the Debugger
NOTE: Any procedure you start from the Debugger always returns to the Debugger when it terminates. All other procedures return to their startup environment, whether it is the Editor, AppBuilder, operating system, or another procedure.- The procedure completes execution, returning control to either the Debugger or another startup environment (for example, the Procedure Editor)
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |