dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
LocationBase
ddebug
common
debugger
Undocumented in source.
class
LocationBase {
string
file
;
string
fullFilePath
;
string
projectFilePath
;
string
from
;
int
line
;
this
();
this
(LocationBase v);
LocationBase
clone
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(LocationBase v)
Undocumented in source.
Members
Functions
clone
LocationBase
clone
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
string
file
;
Undocumented in source.
from
string
from
;
Undocumented in source.
fullFilePath
string
fullFilePath
;
Undocumented in source.
line
int
line
;
Undocumented in source.
projectFilePath
string
projectFilePath
;
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