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