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 / IAttachOptions / shouldSuspend

shouldSuspend

abstract fun shouldSuspend(): Boolean

Gets whether the program should be running or suspended when the debugger is attached.

Return true to suspend the program when the debugger is attached; otherwise, false to have the program running when the debugger is attached.