DebugView.st
changeset 9479 7364779433be
parent 9446 be34faef3546
child 9488 2035181e2ec5
--- a/DebugView.st	Fri May 07 20:08:19 2010 +0200
+++ b/DebugView.st	Sun May 09 21:47:35 2010 +0200
@@ -6393,7 +6393,7 @@
             Error handle:[:ex |
                 'DebugView [warning]: error while accessing context' errorPrintCR.
                 contextInspector inspect:nil.
-ex reject.
+"/ ex reject.
             ] do:[
                 contextInspector inspect:con.
                 contextInspector tryToSelectKeyNamed:lastSelectionInContextInspector.
@@ -6714,7 +6714,7 @@
     self updateMenuItems
 
     "Created: / 14-08-1997 / 20:15:00 / cg"
-    "Modified: / 27-10-2006 / 14:19:32 / cg"
+    "Modified: / 09-05-2010 / 21:00:36 / cg"
 !
 
 updateMenuItems
@@ -6897,11 +6897,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.498 2010-04-27 17:04:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.499 2010-05-09 19:47:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.498 2010-04-27 17:04:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.499 2010-05-09 19:47:35 cg Exp $'
 ! !
 
 DebugView initialize!