IDebugThread2.CanSetNextStatement 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 CanSetNextStatement(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrame, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext);
public int CanSetNextStatement (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrame, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext);
abstract member CanSetNextStatement : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 -> int
Public Function CanSetNextStatement (pStackFrame As IDebugStackFrame2, pCodeContext As IDebugCodeContext2) As Integer
Parameters
- pStackFrame
- IDebugStackFrame2
- pCodeContext
- IDebugCodeContext2