ReadEvalPrintLoop writev help texts to Stderr
authorStefan Vogel <sv@exept.de>
Mon, 23 Jun 2008 20:56:58 +0200
changeset 11060 b6e5aa5d7887
parent 11059 4d22ee80e533
child 11061 2966add60968
ReadEvalPrintLoop writev help texts to Stderr
MiniDebugger.st
--- a/MiniDebugger.st	Fri Jun 20 11:40:00 2008 +0200
+++ b/MiniDebugger.st	Mon Jun 23 20:56:58 2008 +0200
@@ -730,7 +730,7 @@
 
 interpreterLoopWith:anObject
     'read-eval-print loop; exit with "#exit"; help with "?"' printCR.
-    ((ReadEvalPrintLoop new doChunkFormat:false) prompt:'> ')readEvalPrintLoop.
+    (ReadEvalPrintLoop new doChunkFormat:false; error:Stderr; prompt:'> ')readEvalPrintLoop.
 
 "/    |line done rslt|
 "/
@@ -845,5 +845,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.74 2007-07-04 15:59:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.75 2008-06-23 18:56:58 stefan Exp $'
 ! !