Library /sys$common/syshlp/dbg$help.hlb DEBUG, EXIT, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.DBG> EXIT $ This command ends the debugging session and returns you to DCL level. 2.all> EXIT %NEXT_PROCESS, JONES_3, %PROC 5 all> This command causes orderly termination of three processes of a multiprocess program: the process after the visible process on the process list, process JONES_3, and process 5. Control is returned to the debugger after the specified processes have exited.
|