WatchPanel

Undocumented in source.

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

createBodyWidget
Widget createBodyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
handleAction
bool handleAction(Action a)

override to handle specific actions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onPopupMenuItem
void onPopupMenuItem(MenuItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDebugInfo
void updateDebugInfo(DebugThreadList data, ulong currentThreadId, int currentFrame)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_autos
VariablesWindow _autos;
Undocumented in source.
_currentFrame
int _currentFrame;
Undocumented in source.
_currentThreadId
ulong _currentThreadId;
Undocumented in source.
_currentThreadIndex
int _currentThreadIndex;
Undocumented in source.
_debugInfo
DebugThreadList _debugInfo;
Undocumented in source.
_frame
DebugFrame _frame;
Undocumented in source.
_locals
VariablesWindow _locals;
Undocumented in source.
_selectedThread
DebugThread _selectedThread;
Undocumented in source.
_tabs
TabWidget _tabs;
Undocumented in source.

Meta