From 6669489679753daa8c5766ae24b31b0ce0748221 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 22 Jul 2018 09:52:50 +1000 Subject: allow repeating elements and groups - useful if you need e.g. a lot of numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw) --- docs/source/debugger/breakpoint.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/debugger/breakpoint.rst') diff --git a/docs/source/debugger/breakpoint.rst b/docs/source/debugger/breakpoint.rst index a87530f6953..7dede5475be 100644 --- a/docs/source/debugger/breakpoint.rst +++ b/docs/source/debugger/breakpoint.rst @@ -20,8 +20,8 @@ bpset | **bp[set]
[,[,]]** | -| Sets a new execution breakpoint at the specified
. -| The optional parameter lets you specify an expression that will be evaluated each time the breakpoint is hit. If the result of the expression is true (non-zero), the breakpoint will actually halt execution; otherwise, execution will continue with no notification. +| Sets a new execution breakpoint at the specified
. +| The optional parameter lets you specify an expression that will be evaluated each time the breakpoint is hit. If the result of the expression is true (non-zero), the breakpoint will actually halt execution; otherwise, execution will continue with no notification. | The optional parameter provides a command that is executed whenever the breakpoint is hit and the is true. Note that you may need to embed the action within braces { } in order to prevent commas and semicolons from being interpreted as applying to the bpset command itself. Each breakpoint that is set is assigned an index which can be used in other breakpoint commands to reference this breakpoint. | | Examples: -- cgit v1.2.3-70-g09d2