Forces execution to continue as close as possible to the given code context, in the context of the given frame.

HRESULT SetNextStatement(
   IDebugStackFrame*   pStackFrame,
   IDebugCodeContext*  pCodeContext
);

Parameters

pStackFrame

[in] The stack frame object. This argument may be NULL, which implies the current stack frame should be used.

pCodeContext

[in] The code context. This argument may be NULL, which implies the current code context should be used.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also