IDebugBoundBreakpoint2
This interface represents a breakpoint that is bound to a code location.
IDebugBoundBreakpoint2 : IUnknown
A call to IDebugPendingBreakpoint2::Bind creates this interface. Calls to IDebugBreakpointUnboundEvent2::GetBreakpoint and IEnumDebugBoundBreakpoints2::Next can also obtain This interface.
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. |