MiniDebugger.st
changeset 22733 088282c8f9f2
parent 22256 8ceb4fec6903
child 22830 00ba7fc7bdca
--- a/MiniDebugger.st	Sun May 06 11:02:17 2018 +0200
+++ b/MiniDebugger.st	Sun May 06 12:48:36 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -129,7 +131,7 @@
         ].
         NotFirstTimeEntered ~~ true ifTrue:[
             NotFirstTimeEntered := true.
-            'Type "c" to proceed, "?" for help' _errorPrintCR.
+            'Type "c" to proceed, "a" to abort, "?" for help' _errorPrintCR.
         ].
     ].