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