StoppedEventBody class
Properties
allThreadsStopped
→ bool ?
If allThreadsStopped
is true, a debug adapter can announce that all
threads have stopped.
final
description
→ String ?
The full reason for the event, e.g. 'Paused on exception'. This string is
shown in the UI as is and can be translated.
final
hashCode
→ int
The hash code for this object.
no setter inherited
hitBreakpointIds
→ List <int > ?
Ids of the breakpoints that triggered the event. In most cases there is
only a single breakpoint but here are some examples for multiple
breakpoints:
final
preserveFocusHint
→ bool ?
A value of true hints to the client that this event should not change the
focus.
final
reason
→ String
The reason for the event.
For backward compatibility this string is shown in the UI if the
description
attribute is missing (but it must not be translated).
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
text
→ String ?
Additional information. E.g. if reason is exception
, text contains the
exception name. This string is shown in the UI.
final
threadId
→ int ?
The thread which was stopped.
final