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