View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.debugging / IDebugSession / stepOut

stepOut

abstract fun stepOut(thread: IAesiThread): Unit

Step out of the current scope. This method must be non-blocking. When execution has been resumed, the [`IDebugSessionListener#onThreadResumed`](#) event must be fired. When execution then arrives at the desired position and is suspended, theIDebugSessionListener#onThreadSuspended event must be fired.

Parameters

thread - The thread to step.