Condividi tramite


IDebugApplicationThread.SetNextStatement Method

Definition

public:
 int SetNextStatement(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame ^ pStackFrame, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext ^ pCodeContext);
public int SetNextStatement (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame pStackFrame, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext pCodeContext);
abstract member SetNextStatement : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext -> int
Public Function SetNextStatement (pStackFrame As IDebugStackFrame, pCodeContext As IDebugCodeContext) As Integer

Parameters

pStackFrame
IDebugStackFrame
pCodeContext
IDebugCodeContext

Returns

Implements

Applies to