Library /sys$common/syshlp/dbg$help.hlb DEBUG, New Features, Multiprocess Debugging Enhanced *Conan The Librarian (sorry for the slow response - running on an old VAX) |
For Version 7.3, debugger support for multiprocess programs has been extensively overhauled. Bugs have been fixed and the user- interface has been improved. The multiprocess debugging enhancements include the following features: o Greater control over individual process and groups of processes, including: Execution of processes (or groups of processes) Suspension of processes (or groups of processes) Exiting processes (or groups of processes), with or without exit handler execution o Ability to create user-defined groups of processes o Simpler to start a multiprocess debugging session; the default configuration of the kept debugger is for a multiprocess session o Applications that use $HIBER WAIT (LIB$WAIT, $SCHDWH, and so on) can now be debugged using normal debugger configurations These enhancements make it much easier to debug multiprocess programs. For more detailed information, refer to the OpenVMS Debugger Manual.
|