aesi-eclipse / com.virtlink.aesi.debugging / IDebugSession / suspend
suspend
abstract fun suspend(thread: IAesiThread): Unit
Suspend execution. This method must be non-blocking. When execution has been suspended, the ``IDebugSessionListener#onThreadSuspended event must be fired.
Parameters
thread - The thread to suspend.