View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

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.