dlangide v0.7.6 (2016-09-15T14:12:00Z)
Home
Dub
Repo
DebugVariable
ddebug
common
debugger
Undocumented in source.
class
DebugVariable {
string
name
;
string
type
;
string
value
;
DebugVariable
[]
children
;
this
();
this
(DebugVariable v);
}
Constructors
this
this
()
Undocumented in source.
this
this
(DebugVariable v)
deep copy
Members
Variables
children
DebugVariable
[]
children
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
string
type
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
ddebug
common
debugger
aliases
Runnable
classes
Breakpoint
DebugFrame
DebugStack
DebugThread
DebugThreadList
DebugVariable
DebugVariableList
DebuggerBase
DebuggerProxy
LocationBase
enums
DebuggingState
ResponseCode
StateChangeReason
functions
removeItem
interfaces
Debugger
DebuggerCallback
static variables
_nextBreakpointId