[Monodevelop-patches-list] r2425 - in trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn: . Gui
Alp Toker
alp at mono-cvs.ximian.com
Tue Apr 5 23:30:17 EDT 2005
Author: alp
Date: 2005-04-05 23:30:17 -0400 (Tue, 05 Apr 2005)
New Revision: 2425
Modified:
trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Gui/LocalsPad.cs
Log:
2005-04-06 Alp Toker <alp at atoker.com>
* Gui/LocalsPad.cs: comment out 'using MonoDevelop.DebuggerVisualizers'
line to fix the build.
Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog 2005-04-06 03:10:33 UTC (rev 2424)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog 2005-04-06 03:30:17 UTC (rev 2425)
@@ -1,3 +1,8 @@
+2005-04-06 Alp Toker <alp at atoker.com>
+
+ * Gui/LocalsPad.cs: comment out 'using MonoDevelop.DebuggerVisualizers'
+ line to fix the build.
+
2005-04-05 Chris Toshok <toshok at ximian.com>
* Makefile.am (FILES): remove VariablePad.cs
Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Gui/LocalsPad.cs
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Gui/LocalsPad.cs 2005-04-06 03:10:33 UTC (rev 2424)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Gui/LocalsPad.cs 2005-04-06 03:30:17 UTC (rev 2425)
@@ -7,7 +7,7 @@
using MonoDevelop.Gui;
using MonoDevelop.Services;
using Stock = MonoDevelop.Gui.Stock;
-using MonoDevelop.DebuggerVisualizers;
+//using MonoDevelop.DebuggerVisualizers;
using Mono.Debugger;
using Mono.Debugger.Languages;
More information about the Monodevelop-patches-list
mailing list