From 352a505325e46d8c62ac6823256be2ed35676336 Mon Sep 17 00:00:00 2001 From: tedgreen99 Date: Tue, 10 May 2022 14:45:26 -0600 Subject: [PATCH] Add debugger time command to docs (#9735) --- docs/source/debugger/general.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/debugger/general.rst b/docs/source/debugger/general.rst index 52146e369cd..e7d82c3ad1c 100644 --- a/docs/source/debugger/general.rst +++ b/docs/source/debugger/general.rst @@ -41,6 +41,8 @@ General Debugger Commands save a screen snapshot :ref:`debugger-command-source` read commands from file and executes them one by one +:ref:`debugger-command-time` + prints the current machine time to the console :ref:`debugger-command-quit` exit the debugger and end the emulation session