diff options
Diffstat (limited to 'docs/source/debugger/breakpoint.rst')
-rw-r--r-- | docs/source/debugger/breakpoint.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/debugger/breakpoint.rst b/docs/source/debugger/breakpoint.rst index 5dbf6c4effe..f30605b2daa 100644 --- a/docs/source/debugger/breakpoint.rst +++ b/docs/source/debugger/breakpoint.rst @@ -14,6 +14,9 @@ Breakpoint Debugger Commands :ref:`debugger-command-bplist` lists breakpoints +Breakpoints halt execution and activate the debugger before a CPU +executes an instruction at a particular address. + .. _debugger-command-bpset: |