Debug Command 7 - Go Command
Parameters
Pid
Returns
All non-frozen threads of the debuggee are allowed to execute user code at once. If all of the debuggee threads are frozen, an error is returned.
The DBG_C_Go command completes when a DosDebug event (such as a Breakpoint) occurs. This event can be any one of the DosDebug notifications. See DosDebug Notifications for more information.
When the next DosDebug event occurs, all threads in the debuggee process are marked to not execute any additional user code until the next DBG_C_Go command is issued. This provides a stable environment for debugging.
When the DBG_C_Go command returns, the register set is automatically updated to reflect the thread that detected the event.