suspendDebuggee property

bool? suspendDebuggee
final

Indicates whether the debuggee should stay suspended when the debugger is disconnected. If unspecified, the debuggee should resume execution. The attribute is only honored by a debug adapter if the corresponding capability supportSuspendDebuggee is true.

Implementation

final bool? suspendDebuggee;