Site icon EfmSoft

What does NTSTATUS 0x00010002 (DBG_CONTINUE) mean?

 
Previous Next
DBG_EXCEPTION_HANDLED STATUS_FLT_IO_COMPLETE

DBG_CONTINUE

Execution is being resumed after a debug event

DBG_CONTINUE is used by a debugger when it has finished processing an event returned by WaitForDebugEvent. For an exception event, this continuation value also marks the exception as handled. For process, thread, DLL, and output-debug-string events, it simply acknowledges the event and allows the debuggee to proceed.

The process and thread identifiers passed to ContinueDebugEvent must identify the event that is currently outstanding. Continuing the wrong event or continuing twice indicates a broken debugger state machine rather than a target-process error.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version