diff options
Diffstat (limited to 'docs/source/debugger/breakpoint.rst')
-rw-r--r-- | docs/source/debugger/breakpoint.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/debugger/breakpoint.rst b/docs/source/debugger/breakpoint.rst index 2ed0f11743d..260a66444de 100644 --- a/docs/source/debugger/breakpoint.rst +++ b/docs/source/debugger/breakpoint.rst @@ -15,7 +15,7 @@ You can also type **help <command>** for further details on each command in the .. _debugger-command-bpset: -Bpset +bpset ----- | **bp[set] <address>[,<condition>[,<action>]]** @@ -51,7 +51,7 @@ Bpset .. _debugger-command-bpclear: -Bpclear +bpclear ------- | **bpclear [<bpnum>]** @@ -73,7 +73,7 @@ Bpclear .. _debugger-command-bpdisable: -Bpdisable +bpdisable --------- | **bpdisable [<bpnum>]** @@ -95,7 +95,7 @@ Bpdisable .. _debugger-command-bpenable: -Bpenable +bpenable -------- | **bpenable [<bpnum>]** @@ -117,7 +117,7 @@ Bpenable .. _debugger-command-bplist: -Bplist +bplist ------ | **bplist** |