Notifies the process debug manager that a language engine in single-step mode is about to return to its caller.
HRESULT StepOutComplete();
This method takes no parameters.
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. |
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.