allThreadsStopped property
If allThreadsStopped
is true, a debug adapter can announce that all
threads have stopped.
- The client should use this information to enable that all threads can be expanded to access their stacktraces.
- If the attribute is missing or false, only the thread with the given
threadId
can be expanded.
Implementation
final bool? allThreadsStopped;