Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-20 03:48:34 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-20 03:48:34 +0400
commitc7d6f2111a03de42afd72bd9a1dbc241a3d352a4 (patch)
tree94d398f68b545233772d0d85950469d4db0d390b /main/src/addins/MonoDevelop.Debugger/ChangeLog
parent0f58d467b789e31f87cf80e3b94562f46c840c76 (diff)
* MonoDevelop.Debugger/DebuggingService.cs:
* MonoDevelop.Debugger/ObjectValueTreeView.cs: Show the exception information when double clicking on it in the locals or watch pads. * MonoDevelop.Debugger/ExceptionCaughtDialog.cs: Don't crash if there is a change event after the dialog is closed. svn path=/trunk/monodevelop/; revision=157579
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index 6b8f47d2a1..f328abed4d 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,3 +1,13 @@
+2010-05-20 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Debugger/DebuggingService.cs:
+ * MonoDevelop.Debugger/ObjectValueTreeView.cs: Show the
+ exception information when double clicking on it in the
+ locals or watch pads.
+
+ * MonoDevelop.Debugger/ExceptionCaughtDialog.cs: Don't crash
+ if there is a change event after the dialog is closed.
+
2010-05-19 Lluis Sanchez Gual <lluis@novell.com>
* gtk-gui/gui.stetic: