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.