WatchPanel

class WatchPanel : DockWindow {
TabWidget _tabs;
VariablesWindow _locals;
VariablesWindow _autos;
DebugThreadList _debugInfo;
DebugThread _selectedThread;
DebugFrame _frame;
ulong _currentThreadId;
int _currentThreadIndex;
int _currentFrame;
}

Members

Functions

handleAction
bool handleAction(const Action a)

override to handle specific actions

Meta