Table of Contents

Enum NativeMethods.ContinueStatus

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Values to pass to ContinueDebugEvent for ContinueStatus

public enum NativeMethods.ContinueStatus : uint

Fields

CONTINUED = 0

This is our own "empty" value

DBG_CONTINUE = 65538

Debugger consumes exceptions. Debuggee will never see the exception. Like "gh" in Windbg.

DBG_EXCEPTION_NOT_HANDLED = 2147549185

Debugger does not interfere with exception processing, this passes the exception onto the debuggee. Like "gn" in Windbg.