forked from qt-creator/qt-creator
Debugger: Mark currently hit breakpoint in breakpoint view
Fixes: QTCREATORBUG-6999 Change-Id: I2b080de0096d1e2bc5b348666adcf4797589fe15 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,6 +37,9 @@ const Icon BREAKPOINT_DISABLED({
|
||||
const Icon BREAKPOINT_PENDING({
|
||||
{":/utils/images/filledcircle.png", Theme::IconsErrorColor},
|
||||
{":/debugger/images/breakpoint_pending_overlay.png", Theme::PanelTextColorDark}}, Icon::IconStyleOptions(Icon::Tint | Icon::PunchEdges));
|
||||
const Icon BREAKPOINT_WITH_LOCATION({
|
||||
{":/utils/images/filledcircle.png", Theme::IconsErrorColor},
|
||||
{":/debugger/images/location.png", Theme::IconsWarningToolBarColor}}, Icon::Tint);
|
||||
const Icon BREAKPOINTS(
|
||||
":/debugger/images/debugger_breakpoints.png");
|
||||
const Icon WATCHPOINT({
|
||||
|
||||
Reference in New Issue
Block a user