Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the pending breakpoint state flags.
enum enum_PENDING_BP_STATE_FLAGS {
PBPSF_NONE = 0x0000,
PBPSF_VIRTUALIZED = 0x0001
};
typedef DWORD PENDING_BP_STATE_FLAGS;
public enum enum_PENDING_BP_STATE_FLAGS {
PBPSF_NONE = 0x0000,
PBPSF_VIRTUALIZED = 0x0001
};
Members
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