IDebugBoundBreakpoint2
This interface represents a breakpoint that is bound to a code location.
IDebugBoundBreakpoint2 : IUnknown
Notes for Implementers
The debug engine (DE) implements this interface as part of its support for breakpoints.
Notes for Callers
A call to IDebugPendingBreakpoint2::Bind creates this interface. Calls to IDebugBreakpointUnboundEvent2::GetBreakpoint and IEnumDebugBoundBreakpoints2::Next can also obtain This interface.
Methods in Vtable Order
The following table shows the methods of IDebugBoundBreakpoint2.
Method |
Description |
---|---|
Gets the pending breakpoint from which the specified bound breakpoint was created. |
|
Gets the state of this bound breakpoint. |
|
Gets the current hit count for this bound breakpoint. |
|
Gets the breakpoint resolution that describes this breakpoint. |
|
Enables or disables the breakpoint. |
|
Sets the hit count for this bound breakpoint. |
|
Sets or changes the condition associated with this bound breakpoint. |
|
Sets or change the pass count associated with this bound breakpoint. |
|
Deletes the breakpoint. |
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
See Also
Reference
IDebugBreakpointUnboundEvent2::GetBreakpoint