diff -r a90ff4ff37c0 -r 4d2e4587edb1 ReadEvalPrintLoop.st --- a/ReadEvalPrintLoop.st Mon May 07 08:01:41 2018 +0200 +++ b/ReadEvalPrintLoop.st Mon May 07 08:03:29 2018 +0200 @@ -561,7 +561,8 @@ profiling .......... show execution profile chunkFormat ........ traditional bang chunk format input mode editor ............. command used with #edit directive - confirmDebugger .... ask for debug on error + noDebugger ......... no debugger on error + confirmDebugger .... ask for debugger on error print .............. print return values #debug ................. enter a MiniDebugger #edit ........ open an external editor @@ -719,8 +720,8 @@ confirmDebugger := aBoolean. ^ self. ]. - (what startsWith:'deb') ifTrue:[ - noDebugger := aBoolean not. + (what startsWith:'node') ifTrue:[ + noDebugger := aBoolean. ^ self. ]. (what startsWith:'pri') ifTrue:[