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-10 22:28:47 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-10 22:28:47 +0400
commite698525e20cb6c31bbd624688bc6207512094e4c (patch)
treef041af380492e50f99f4a99465bdf49ed3179603 /main/src/addins/MonoDevelop.Debugger/ChangeLog
parent2ef57f40bd6280d4fa06ce0b851a3894fae7d2ab (diff)
* MonoDevelop.Debugger/DebuggingService.cs: Unsubscribe all events
from the session when stopping the debugger. Ensures that the old session is completely disconnected from the debugging service, so if something goes wrong while shutting down, it will not interfere with a new session. This might be a fix for bug #602476. svn path=/trunk/monodevelop/; revision=157045
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index 1959f68991..39c8017f58 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,5 +1,14 @@
2010-05-10 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Debugger/DebuggingService.cs: Unsubscribe all
+ events from the session when stopping the debugger. Ensures
+ that the old session is completely disconnected from the
+ debugging service, so if something goes wrong while shutting
+ down, it will not interfere with a new session. This might
+ be a fix for bug #602476.
+
+2010-05-10 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Debugger/DebuggingService.cs:
* MonoDevelop.Debugger/BusyEvaluatorDialog.cs: Dont re-show
the busy dialog if the user clicks on Keep Waiting. Instead,