supress value printouts when stepping
svn: r9741
This commit is contained in:
parent
265930ffa6
commit
364a9285c4
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user