Author: toshok
Date: 2005-04-06 20:17:09 -0400 (Wed, 06 Apr 2005)
New Revision: 42618

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/classes/StackFrame.cs
Log:
2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>

        * classes/StackFrame.cs (StackFrame.check_disposed): let's be a
        little less flowery, shall we?



Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2005-04-07 00:13:54 UTC (rev 42617)
+++ trunk/debugger/ChangeLog    2005-04-07 00:17:09 UTC (rev 42618)
@@ -1,5 +1,10 @@
 2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>
 
+       * classes/StackFrame.cs (StackFrame.check_disposed): let's be a
+       little less flowery, shall we?
+
+2005-04-06  Chris Toshok  <[EMAIL PROTECTED]>
+
        [ fixes bug #74469 ]
        * frontend/Command.cs (HelpCommand.Execute): if there are no
        commands in a family, say that and return.  don't crash.

Modified: trunk/debugger/classes/StackFrame.cs
===================================================================
--- trunk/debugger/classes/StackFrame.cs        2005-04-07 00:13:54 UTC (rev 
42617)
+++ trunk/debugger/classes/StackFrame.cs        2005-04-07 00:17:09 UTC (rev 
42618)
@@ -445,7 +445,7 @@
                private void check_disposed ()
                {
                        if (disposed) {
-                               Console.WriteLine ("FUCK: {0}", this);
+                               Console.WriteLine ("StackFrame already 
disposed: {0}{1}", this, Environment.StackTrace);
                                // throw new ObjectDisposedException 
("StackFrame");
                        }
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to