diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin
index 90083b24cd..87b83c0afb 100644
--- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin
+++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin
@@ -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"/>