supress value printouts when stepping

svn: r9741
This commit is contained in:
Matthew Flatt 2008-05-08 14:55:10 +00:00
parent 265930ffa6
commit 364a9285c4

View File

@ -519,7 +519,8 @@
(if ((string-length str) . <= . len)
str
(string-append (substring str 0 (max 0 (- len 3)))
"...")))))))
"..."))))))
(current-print void))
void ; kill
iter)))