MiniDebugger.st
changeset 22830 00ba7fc7bdca
parent 22733 088282c8f9f2
child 23443 405ef3cf813b
--- a/MiniDebugger.st	Wed May 09 14:27:09 2018 +0200
+++ b/MiniDebugger.st	Wed May 09 14:33:21 2018 +0200
@@ -1053,7 +1053,7 @@
     ReadEvalPrintLoop new
         prompt:'mDBG > ';
         doChunkFormat:false;
-        error:(Processor activeProcess stderr);
+        errorStream:(Processor activeProcess stderr);
         readEvalPrintLoop.
 
 "/    |line done rslt|