Debugger2::StepInto Method (Boolean)
Visual Studio 2015
Steps into the next function call, if possible.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- WaitForBreakOrEnd
-
Type:
System::Boolean
Set to true if this function call should wait until either Break mode or Design mode is entered before returning. Set to false if you want this call to return immediately after causing the debugger to begin execution. Upon return the debugger could be in Design, Break, or Run-mode.
Implements
Debugger::StepInto(Boolean)See for more information.8791dac9-64d1-4bb9-b59e-8d59af1833f9
Show: