aesi-eclipse / com.virtlink.aesi.debugging / IDebugSession / getThreads
getThreads
abstract fun getThreads():
MutableList
<IAesiThread>
Gets the threads of the debuggee. Even when an implementation doesn’t support (multiple) threads, they must at least return one (dummy) thread.
Return A list of threads.