Jump to content

DBG N NewProc: Difference between revisions

From EDM2
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 ..."
(No difference)

Revision as of 23:50, 4 March 2020

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.