DebugThread

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DebugThread v)
Undocumented in source.

Members

Functions

clone
DebugThread clone()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DebugFrame opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

displayName
string displayName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

frame
DebugFrame frame;
Undocumented in source.
id
ulong id;
Undocumented in source.
name
string name;
Undocumented in source.
stack
DebugStack stack;
Undocumented in source.
state
DebuggingState state;
Undocumented in source.

Meta