MiniDebugger.st
changeset 19146 29102aa35885
parent 19145 d67d8a5f23a0
child 19147 dc16eac48a43
--- a/MiniDebugger.st	Thu Feb 04 13:47:23 2016 +0100
+++ b/MiniDebugger.st	Thu Feb 04 13:55:28 2016 +0100
@@ -779,8 +779,8 @@
         "/ not reached
         ^ false
     ].
-    (cmd == $R) ifTrue:[
-        Smalltalk start.
+    (cmd == $Y) ifTrue:[
+        Smalltalk restart.
         "/ not reached
         ^ false
     ].
@@ -1037,7 +1037,7 @@
    S ........ save snapshot into "crash.img"
    C ........ save session changes to a separate change file
    x ........ exit Smalltalk ("X" to exit with core dump)
-   R ........ restart Smalltalk (reopen display, reopen launcher)
+   Y ........ restart Smalltalk (reopen display, reopen launcher)
 
    . ........ print dot (the current context)
    - ........ move dot up (sender)