Sets or clears a breakpoint at this code context.
HRESULT SetBreakPoint( BREAKPOINT_STATE bps );
- bps
[in] Specifies the breakpoint state for this code context.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method sets or clears a breakpoint at this code context.