diff options
Diffstat (limited to 'docs/source/debugger/watchpoint.rst')
-rw-r--r-- | docs/source/debugger/watchpoint.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/debugger/watchpoint.rst b/docs/source/debugger/watchpoint.rst index c34006f8a5f..2b25e0631f8 100644 --- a/docs/source/debugger/watchpoint.rst +++ b/docs/source/debugger/watchpoint.rst @@ -14,6 +14,10 @@ Watchpoint Debugger Commands :ref:`debugger-command-wplist` lists watchpoints +Watchpoints halt execution and activate the debugger when a CPU accesses +a location in a particular memory range. + + .. _debugger-command-wpset: wpset |