DBG_C_Term
Appearance
Debug Command 8 - Terminate Command
- Parameters
- Pid= Process ID of debuggee
- Cmd= DBG_C_Term
- Returns
The debuggee process is terminated immediately.
No additional DosDebug commands or notifications will be allowed to this process. Outstanding memory aliases and watchpoints will be invalidated automatically.
Debuggee DosExecPgm processing will be attempted, but any unexpected DosDebug event (such as a Breakpoint) during this period will cause the process to terminate without completing DosExitList processing. For this reason, data watchpoints will automatically be cleared before attempting DosExitList processing.
If the Terminate command is issued during DosExitList processing, DosExitList processing will terminate immediately, without continuing the DosExitList routines.