aesi-eclipse / com.virtlink.aesi.debugging / IDebugSession / stepIn
stepIn
abstract fun stepIn(thread: IAesiThread):
Unit
Step into the child 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, the
IDebugSessionListener#onThreadSuspended
event must be fired.
Parameters
thread
- The thread to step.