DebugView.st
changeset 6815 c04ba34e0ba0
parent 6730 9fcc0227b091
child 6818 8f6c68046792
--- a/DebugView.st	Tue Jul 04 18:25:49 2006 +0200
+++ b/DebugView.st	Tue Jul 04 18:26:07 2006 +0200
@@ -5537,7 +5537,7 @@
                             s := '' writeStream.
                             s nextPutLine:'**** error in debugger, while extracting source'.
                             s nextPutLine:'****'.
-                            s nextPutAll: '**** '; nextPutLine:(ex description withCRs).
+                            s nextPutAll: '**** '; nextPutLine:(ex description "withCRs").
                             s nextPutLine:'****'.
                             con := ex suspendedContext.
                             s nextPutAll: '**** '; nextPutLine:(con printString).
@@ -5565,7 +5565,7 @@
                         ]
             ]
 
-    "Modified: / 18.11.2001 / 00:02:32 / cg"
+    "Modified: / 04-07-2006 / 14:50:06 / cg"
 !
 
 showStackInspectorFor:con 
@@ -5992,7 +5992,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.396 2006-03-22 22:11:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.397 2006-07-04 16:26:07 cg Exp $'
 ! !
 
 DebugView initialize!