dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
DebugVariable
ddebug
common
debugger
class
DebugVariable {
string
name
;
string
type
;
string
value
;
DebugVariable
[]
children
;
this
(
DebugVariable
v
)
;
}
Constructors
this
this
(
DebugVariable
v
)
deep copy
Meta
Source
See Implementation
ddebug
common
debugger
classes
DebugVariable
DebuggerBase
DebuggerProxy
functions
removeItem
interfaces
Debugger
DebuggerCallback