[Monodevelop-patches-list] r2430 - in trunk/MonoDevelop/Core/src/MonoDevelop.Base: . Services
Chris Toshok
toshok at mono-cvs.ximian.com
Wed Apr 6 18:45:11 EDT 2005
Author: toshok
Date: 2005-04-06 18:45:10 -0400 (Wed, 06 Apr 2005)
New Revision: 2430
Modified:
trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
trunk/MonoDevelop/Core/src/MonoDevelop.Base/Services/IDebuggerService.cs
Log:
2005-04-06 Chris Toshok <toshok at ximian.com>
* Services/IDebuggerService.cs: remove the CurrentFrame property,
as it's only used by the stuff inside the DebuggerAddIn anyway,
and the object typed property was bogus.
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog 2005-04-06 18:27:00 UTC (rev 2429)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog 2005-04-06 22:45:10 UTC (rev 2430)
@@ -1,3 +1,9 @@
+2005-04-06 Chris Toshok <toshok at ximian.com>
+
+ * Services/IDebuggerService.cs: remove the CurrentFrame property,
+ as it's only used by the stuff inside the DebuggerAddIn anyway,
+ and the object typed property was bogus.
+
2005-05-04 John Luke <john.luke at gmail.com>
* Internal/Conditions/WorkbenchContextCondition.cs:
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/Services/IDebuggerService.cs
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/Services/IDebuggerService.cs 2005-04-06 18:27:00 UTC (rev 2429)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/Services/IDebuggerService.cs 2005-04-06 22:45:10 UTC (rev 2430)
@@ -36,10 +36,6 @@
string[] Backtrace { get; }
- //FIXME: This is such a hack to workaround the fact that we
- //cant use any debugger types. This returns a StackFrame
- object CurrentFrame { get; }
-
string CurrentFilename { get; }
int CurrentLineNumber { get; }
More information about the Monodevelop-patches-list
mailing list