Breakpoint

Undocumented in source.

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