DebugView.st
changeset 5879 2e81afdc65cc
parent 5875 c85e7a5cb5dd
child 5884 31ed55fda189
--- a/DebugView.st	Wed May 19 15:24:11 2004 +0200
+++ b/DebugView.st	Wed May 19 16:45:52 2004 +0200
@@ -5407,7 +5407,9 @@
     Notification 
         handle:
             [:ex |
-                Transcript showCR:ex parameter.
+                "/ ex suspendedContext fullPrintAll.
+                Transcript showCR:ex description.
+                "/ Transcript showCR:ex parameter.
                 ex proceed
             ]
         do:
@@ -5864,7 +5866,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.366 2004-05-19 12:47:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.367 2004-05-19 14:45:52 cg Exp $'
 ! !
 
 DebugView initialize!