*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 11 Apr 2005 16:41:09 +0200
changeset 6247 74f3b2f6506d
parent 6246 0e757812d010
child 6248 45b261c2dc9b
*** empty log message ***
DebugView.st
--- a/DebugView.st	Sat Apr 09 15:20:47 2005 +0200
+++ b/DebugView.st	Mon Apr 11 16:41:09 2005 +0200
@@ -5507,14 +5507,14 @@
             "
              give it to the (lower right) inspector
             "
-"/            Error handle:[:ex |
-"/                'DebugView [warning]: error while accessing context' errorPrintCR.
-"/                contextInspector inspect:nil.
-"/            ] do:[
+            Error handle:[:ex |
+                'DebugView [warning]: error while accessing context' errorPrintCR.
+                contextInspector inspect:nil.
+ex reject.
+            ] do:[
                 contextInspector inspect:con.
                 contextInspector tryToSelectKeyNamed:lastSelectionInContextInspector.
-
-"/            ].
+            ].
 
             "/ show a stack inspector sometimes
 
@@ -5868,7 +5868,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.381 2005-03-07 11:17:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.382 2005-04-11 14:41:09 cg Exp $'
 ! !
 
 DebugView initialize!