Condividi tramite


IDebugThread3.SetNextStatement(IDebugStackFrame2, IDebugCodeContext2) Method

Definition

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

Parameters

pStackFrame
IDebugStackFrame2
pCodeContext
IDebugCodeContext2

Returns

Implements

Applies to