diff options
author | 2020-02-06 22:07:49 -0500 | |
---|---|---|
committer | 2020-02-06 22:07:49 -0500 | |
commit | 8cc243d562ef07485c63becf6cf6545ef092fafa (patch) | |
tree | 02ea91913c20c8770773138cacb09fb478865ebb /docs | |
parent | 643c6d66ba364d0b2298a42955da52a686e973ef (diff) |
Add a tip on how to enter the debugger.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/debugger/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/debugger/index.rst b/docs/source/debugger/index.rst index 3d89733a37f..fb8f3abe3fe 100644 --- a/docs/source/debugger/index.rst +++ b/docs/source/debugger/index.rst @@ -1,7 +1,7 @@ MAME Debugger ------------------- -This section covers the built-in MAME debugger +This section covers the built-in MAME debugger, which is invoked with the -debug switch on the command line. .. toctree:: :titlesonly: |