Debugger2::StepOut Method (Boolean)
Visual Studio 2015
Steps out of the current function.
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 modes.
Implements
Debugger::StepOut(Boolean)See for more information.8791dac9-64d1-4bb9-b59e-8d59af1833f9
Show: