Continues an application that is currently in a breakpoint.
HRESULT ResumeFromBreakPoint( IRemoteDebugApplicationThread* prptFocus, BREAKRESUMEACTION bra, ERRORRESUMEACTION era );
- prptFocus
[in] For stepping modes, the thread which is to be affected by the stepping mode.
- bra
[in] The action to take upon resuming the application.
- era
[in] The action to take in the case that the application stopped because of an error.
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 continues an application that is currently in a breakpoint.