ReadEvalPrintLoop.st
changeset 22747 4d2e4587edb1
parent 22746 a90ff4ff37c0
child 22748 c277f3ac0d33
--- 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 <what> ........ 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:[