MiniDebugger.st
changeset 10633 9fbf5e89c891
parent 10630 ea09f0304075
child 10634 326da308bb46
--- a/MiniDebugger.st	Wed Jul 04 17:57:18 2007 +0200
+++ b/MiniDebugger.st	Wed Jul 04 17:57:34 2007 +0200
@@ -730,7 +730,7 @@
 
 interpreterLoopWith:anObject
     'read-eval-print loop; exit with "#exit"; help with "?"' printCR.
-    (ReadEvalPrintLoop new prompt:'###> ')readEvalPrintLoop.
+    ((ReadEvalPrintLoop new doChunkFormat:false) prompt:'!!> ')readEvalPrintLoop.
 
 "/    |line done rslt|
 "/
@@ -845,5 +845,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.72 2007-07-04 15:39:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.73 2007-07-04 15:57:34 cg Exp $'
 ! !