summaryrefslogtreecommitdiffstats
path: root/docs/source/debugger/watchpoint.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/debugger/watchpoint.rst')
-rw-r--r--docs/source/debugger/watchpoint.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/source/debugger/watchpoint.rst b/docs/source/debugger/watchpoint.rst
index d9270f13699..c34006f8a5f 100644
--- a/docs/source/debugger/watchpoint.rst
+++ b/docs/source/debugger/watchpoint.rst
@@ -83,10 +83,10 @@ Back to :ref:`debugger-watchpoints-list`
wpclear
-------
-**wpclear [<wpnum>]**
+**wpclear [<wpnum>[,…]]**
-Clear watchpoints. If **<wpnum>** is specified, the watchpoint it
-refers to will be cleared. If **<wpnum>** is not specified, all
+Clear watchpoints. If **<wpnum>** is specified, the watchpoints
+referred to will be cleared. If **<wpnum>** is not specified, all
watchpoints will be cleared.
Examples:
@@ -104,10 +104,10 @@ Back to :ref:`debugger-watchpoints-list`
wpdisable
---------
-**wpdisable [<wpnum>]**
+**wpdisable [<wpnum>[,…]]**
-Disable watchpoints. If **<wpnum>** is specified, the watchpoint it
-refers to will be disabled. If **<wpnum>** is not specified, all
+Disable watchpoints. If **<wpnum>** is specified, the watchpoints
+referred to will be disabled. If **<wpnum>** is not specified, all
watchpoints will be disabled.
Note that disabling a watchpoint does not delete it, it just temporarily
@@ -130,10 +130,10 @@ Back to :ref:`debugger-watchpoints-list`
wpenable
--------
-**wpenable [<wpnum>]**
+**wpenable [<wpnum>[,…]]**
-Enable watchpoints. If **<wpnum>** is specified, the watchpoint it
-refers to will be enabled. If **<wpnum>** is not specified, all
+Enable watchpoints. If **<wpnum>** is specified, the watchpoints
+referred to will be enabled. If **<wpnum>** is not specified, all
watchpoints will be enabled.
Examples: