dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
WatchPanel
dlangide
ui
watchpanel
class
WatchPanel : DockWindow {
TabWidget
_tabs
;
VariablesWindow
_locals
;
VariablesWindow
_autos
;
bool
handleAction
(
const
Action
a
)
;
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
Source
See Implementation
dlangide
ui
watchpanel
classes
WatchPanel