diff -r 094f84acd701 -r bce35bb4a72f ReadEvalPrintLoop.st --- a/ReadEvalPrintLoop.st Sun May 06 18:34:55 2018 +0200 +++ b/ReadEvalPrintLoop.st Sun May 06 18:37:26 2018 +0200 @@ -785,7 +785,8 @@ showCR:('profiling: ',(profilingFlag ? false) printString); showCR:('chunkFormat: ',(doChunkFormat ? false) printString); showCR:('editor: ',self editorCommand printString); - showCR:('confirmDebug:',self confirmDebugger printString). + showCR:('confirmDebug:',self confirmDebugger printString); + showCR:('print: ',self printFlag printString). ok := true. ]. ].