From 6e4dee8572cc804f731221b405e73647e25c89ac Mon Sep 17 00:00:00 2001 From: Linquize Date: Mon, 7 Apr 2014 21:25:10 +0800 Subject: [PATCH 1/2] Disable Debug -> Add watch expression if no text selected --- .../Debugger/Debugger.AddIn/Debugger.AddIn.addin | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin index b4df05dafe2..90083b24cd5 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin +++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin @@ -71,11 +71,13 @@ label = "${res:MainWindow.Windows.Debug.AddExpressionBreakpoint}" shortcut="Shift|F7" class = "Debugger.AddIn.AddExpressionBreakpointCommand"/>--> - + + + From 5fbea02fc8217a10f09503d9b9868667ad47c0be Mon Sep 17 00:00:00 2001 From: Linquize Date: Mon, 7 Apr 2014 21:25:30 +0800 Subject: [PATCH 2/2] Add icon for Debug -> Add watch expression --- src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin index 90083b24cd5..87b83c0afb8 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin +++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.addin @@ -74,6 +74,7 @@