DataBreakpointInfoResponseBody class
Properties
-
accessTypes
→ List<DataBreakpointAccessType>?
-
Attribute lists the available access types for a potential data
breakpoint. A UI client could surface this information.
final
-
canPersist
→ bool?
-
Attribute indicates that a potential data breakpoint could be persisted
across sessions.
final
-
dataId
→ Either2<String, Null>
-
An identifier for the data on which a data breakpoint can be registered
with the
setDataBreakpoints
request or null if no data breakpoint is
available. If a variablesReference
or frameId
is passed, the dataId
is valid in the current suspended state, otherwise it's valid
indefinitely. See 'Lifetime of Object References' in the Overview section
for details. Breakpoints set using the dataId
in the
setDataBreakpoints
request may outlive the lifetime of the associated
dataId
.
final
-
description
→ String
-
UI string that describes on what data the breakpoint is set on or why a
data breakpoint is not available.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited