Edit

Share via


PENDING_BP_STATE_FLAGS

Specifies the pending breakpoint state flags.

Syntax

public enum enum_PENDING_BP_STATE_FLAGS { 
   PBPSF_NONE        = 0x0000,
   PBPSF_VIRTUALIZED = 0x0001
};

Fields

PBPSF_NONE Placeholder.

PBPSF_VIRTUALIZED Specifies a virtualized pending breakpoint, one that is to be bound every time new code is loaded.

Remarks

Used for the flags member of the PENDING_BP_STATE_INFO structure.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also