Jump to content

DBG_N_NewProc

From EDM2
Revision as of 23:50, 4 March 2020 by Martini (talk | contribs) (Created page with "Debug Notification -12 - New Process Notification This notification returns: * Cmd= DBG_N_NewProc * Value= Process ID of the new process * Addr= 0 The debuggee process ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debug Notification -12 - New Process Notification

This notification returns:

  • Cmd= DBG_N_NewProc
  • Value= Process ID of the new process
  • Addr= 0

The debuggee process has just started a child process, and that child process needs to be debugged.

Note
This notification occurs only if descendant debugging was specified in the DosExecPgm call that started the process tree in which the debuggee is executing.