IDebugEngineProgram2.WatchForThreadStep 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 WatchForThreadStep(Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pOriginatingProgram, System::UInt32 dwTid, int fWatch, System::UInt32 dwFrame);
public int WatchForThreadStep(Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pOriginatingProgram, uint dwTid, int fWatch, uint dwFrame);
abstract member WatchForThreadStep : Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * uint32 * int * uint32 -> int
Public Function WatchForThreadStep (pOriginatingProgram As IDebugProgram2, dwTid As UInteger, fWatch As Integer, dwFrame As UInteger) As Integer
Parameters
- pOriginatingProgram
- IDebugProgram2
- dwTid
- UInt32
- fWatch
- Int32
- dwFrame
- UInt32