Project name[OpenEdge Application]
Source file name at localhost
OpenEdge Runtime (suspended)
Source file path and current line number
OpenEdge-install-dir\bin\prowin32.exe date and time
|
Command
|
Action
|
Step Into
|
Execute the current line and continue until reaching the next executable statement, which may be in the current procedure, a subprocedure, or a trigger. That statement becomes the current line, and it is not executed until you continue.
See also the information about garbage collection in Code stepping.
|
Step Over
|
Execute the current line and continue until reaching either a breakpoint, or the next executable statement in the same procedure. Thus, if the current line calls a subprocedure or causes a trigger to execute, the subprocedure or trigger is executed without interruption unless there is a breakpoint. In other words, step "over," not "into," the subprocedure or trigger.
|
Step Return
|
Execute the current line and continue either until reaching either a breakpoint, or until the current procedure ends and returns control to the calling procedure.
|
Resume
|
Execute the current line and continue without interruption until reaching either a breakpoint or the end of the program.
|
Suspend
|
Interrupt execution following completion of the current instruction and give control to the Debugger at the next executable statement.
Also, suspend the attached AVM.
|
Terminate
|
Interrupt execution and end the Debugger session.
|
Remove All Terminated Launches
|
Clear the Debug view of session trees that are no longer active.
|
Disconnect
|
Disconnect from the attached AVM and stop receiving notifications from the running external AVM.
|