Add debugger time command to docs (#9735)

This commit is contained in:
tedgreen99 2022-05-10 14:45:26 -06:00 committed by GitHub
parent 924e3c2eb4
commit 352a505325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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