*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 09 Jan 2002 12:11:23 +0100
changeset 3539 b31c4d09e464
parent 3538 9516799c7911
child 3540 cb6323974c29
*** empty log message ***
DebugView.st
--- a/DebugView.st	Tue Jan 08 18:33:17 2002 +0100
+++ b/DebugView.st	Wed Jan 09 12:11:23 2002 +0100
@@ -4648,7 +4648,8 @@
 !
 
 showValue:aValue
-    Transcript showCR:aValue printString
+    "/ TODO: show value in info field
+    "/ Transcript showCR:aValue printString
 !
 
 showingContext1:aContext calling:calledContext
@@ -5851,6 +5852,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.309 2001-12-15 12:00:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.310 2002-01-09 11:11:23 cg Exp $'
 ! !
 DebugView initialize!