[Monodevelop-patches-list] r2594 - trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn

Chris Toshok toshok at mono-cvs.ximian.com
Thu Jun 9 22:13:02 EDT 2005


Author: toshok
Date: 2005-06-09 22:13:02 -0400 (Thu, 09 Jun 2005)
New Revision: 2594

Modified:
   trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
   trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/DebuggingService.cs
Log:
2005-06-09  Chris Toshok  <toshok at ximian.com>

	* DebuggingService.cs (DebuggingService..ctor): remove the call to
	DebuggerBackend.Initialize().



Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog	2005-06-09 15:59:41 UTC (rev 2593)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog	2005-06-10 02:13:02 UTC (rev 2594)
@@ -1,3 +1,8 @@
+2005-06-09  Chris Toshok  <toshok at ximian.com>
+
+	* DebuggingService.cs (DebuggingService..ctor): remove the call to
+	DebuggerBackend.Initialize().
+
 2005-05-03  Lluis Sanchez Gual  <lluis at novell.com> 
 
 	* Gui/Pads/LocalsPad.cs:
@@ -28,6 +33,16 @@
 
 2005-04-28  Chris Toshok  <toshok at ximian.com>
 
+	* Gui/Pads/StackTracePad.cs: fix gtk-sharp obsolete warnings.
+
+	* Gui/Pads/LocalsPad.cs: fix gtk-sharp obsolete warnings.
+	
+	* Gui/Pads/ThreadPad.cs (ThreadPad.AddThread): fix gtk-sharp
+	obsolete warnings, and remove the unecessary "new Glib.Value()"
+	stuff.
+
+2005-04-28  Chris Toshok  <toshok at ximian.com>
+
 	* DebugAttributeHandler.cs
 	(DebugAttributeHandler.ScanDirectory): split out the bulk of
 	Rescan and put it here so we can support multiple assembly drop

Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/DebuggingService.cs
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/DebuggingService.cs	2005-06-09 15:59:41 UTC (rev 2593)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/DebuggingService.cs	2005-06-10 02:13:02 UTC (rev 2594)
@@ -38,7 +38,6 @@
 #endif
 		public DebuggingService()
 		{
-			DebuggerBackend.Initialize ();
 #if NET_2_0
 			attr_handler = new DebugAttributeHandler();
 #endif




More information about the Monodevelop-patches-list mailing list