IDebugApplication::StepOutComplete

Notifies the process debug manager that a language engine in single-step mode is about to return to its caller.

Syntax

HRESULT StepOutComplete();  

Parameters

This method takes no parameters.

Return Value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

Language engines call this method in single-step mode just before they return to their caller. The process debug manager uses this opportunity to notify all other script engines that they should break at the first opportunity. This technique is how cross-language step modes are implemented.

See also

IDebugApplication Interface