IRemoteDebugApplication::ResumeFromBreakPoint

Continues an application that is currently in a breakpoint.

Syntax

HRESULT ResumeFromBreakPoint(  
   IRemoteDebugApplicationThread*  prptFocus,  
   BREAKRESUMEACTION               bra,  
   ERRORRESUMEACTION               era  
);  

Parameters

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.

Return Value

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.

Remarks

This method continues an application that is currently in a breakpoint.

See also

IRemoteDebugApplication Interface
BREAKRESUMEACTION Enumeration
ERRORRESUMEACTION Enumeration