Debugger::StepOut Method (Boolean)

 

Steps out of the current function.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void StepOut(
	bool WaitForBreakOrEnd = true
)

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.

StepOut steps out of the current function. See for more information.8791DAC9-64D1-4BB9-B59E-8D59AF1833F9

The following example demonstrates how to use the StepOut method.

No code example is currently available or this language may not be supported.
Return to top
Show: