Continues an application that is currently in a breakpoint.

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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also