Suspending and disconnecting the Debugger from an attached AVM
-
To suspend an attached AVM click Suspend
on the Debug view toolbar or the context (right-click)
menu.
Suspending an AVM displays its stack trace in the Debug
view. Upon suspending the AVM, Progress Developer Studio for OpenEdge looks for
the source of the program (shown in the top stack frame) in the source lookup
path. When it finds the source file, it opens it in the ABL
Editor and starts debugging it.
-
To disconnect the Debugger from the attached AVM, select
Disconnect
on the Debug view toolbar or the context (right-click)
menu. Once you disconnect from the AVM, Progress Developer Studio for OpenEdge
stops receiving any notifications from it. However, the AVM continues to
run.