Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the existence of a bound breakpoint and also specifies if it is enabled.
Syntax
public enum enum_BP_STATE {
BPS_NONE = 0x0000,
BPS_DELETED = 0x0001,
BPS_DISABLED = 0x0002,
BPS_ENABLED = 0x0003
};
Fields
BPS_NONE
Specifies that no breakpoint exists.
BPS_DELETED
Specifies that the breakpoint has been deleted.
BPS_DISABLED
Specifies that the breakpoint is disabled.
BPS_ENABLED
Specifies that the breakpoint is enabled.
Remarks
Returned from the GetState method.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll