Browse Source

Add icon for Debug -> Add watch expression

pull/432/head
Linquize 11 years ago
parent
commit
5fbea02fc8
  1. 1
      src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin

1
src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin

@ -74,6 +74,7 @@ @@ -74,6 +74,7 @@
<Condition name = "IsTextSelected" action="Disable">
<MenuItem id="AddWatchExpression"
insertafter="AddExpressionBreakpoint"
icon = "Icons.16x16.WatchAdd"
label = "${res:MainWindow.Windows.Debug.AddWatchExpression}"
shortcut="Ctrl|F7"
class = "Debugger.AddIn.AddWatchExpressionCommand"/>

Loading…
Cancel
Save