diff options
Diffstat (limited to 'docs/source/debugger/general.rst')
-rw-r--r-- | docs/source/debugger/general.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/debugger/general.rst b/docs/source/debugger/general.rst index 4edc1b413fb..ffeb1379f3f 100644 --- a/docs/source/debugger/general.rst +++ b/docs/source/debugger/general.rst @@ -415,6 +415,8 @@ Loads the most recent RAM-based saved state. When enabled, rewind states are saved when :ref:`debugger-command-step`, :ref:`debugger-command-over` and :ref:`debugger-command-out` commands are used, storing the machine state as of the moment before stepping. +May be abbreviated to ``rw``. + Consecutively loading rewind states can work like reverse execution. Depending on which steps forward were taken previously, the behavior can be similar to GDB's **reverse-stepi** and **reverse-next** commands. @@ -445,7 +447,7 @@ Creates a save state at the current moment in emulated time. The state file is written to the configured save state directory (see the :ref:`state_directory <mame-commandline-statedirectory>` option), and the **.sta** extension is automatically appended to the specified file -name. +name. May be abbreviates to ``ss``. All output from this command is currently echoed into the running machine window. @@ -473,6 +475,7 @@ Restores a saved state file from disk. The specified state file is read from the configured save state directory (see the :ref:`state_directory <mame-commandline-statedirectory>` option), and the **.sta** extension is automatically appended to the specified file name. +May be abbreviated to ``sl``. All output for this command is currently echoed into the running machine window. Previous memory and PC tracking statistics are cleared. |