नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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