IRemoteDebugApplicationThread.SetNextStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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