(Breakpoints): Fix a typo.
This commit is contained in:
parent
fd60e0dfdf
commit
0ced0c34ad
1 changed files with 1 additions and 1 deletions
|
@ -2779,7 +2779,7 @@ call).
|
||||||
@cindex breakpoint on variable modification
|
@cindex breakpoint on variable modification
|
||||||
A @dfn{watchpoint} is a special breakpoint that stops your program
|
A @dfn{watchpoint} is a special breakpoint that stops your program
|
||||||
when the value of an expression changes. The expression may be a value
|
when the value of an expression changes. The expression may be a value
|
||||||
of a variable, or it could involve values of on or more variables
|
of a variable, or it could involve values of one or more variables
|
||||||
combined by operators, such as @samp{a + b}. This is sometimes called
|
combined by operators, such as @samp{a + b}. This is sometimes called
|
||||||
@dfn{data breakpoints}. You must use a different command to set
|
@dfn{data breakpoints}. You must use a different command to set
|
||||||
watchpoints (@pxref{Set Watchpoints, ,Setting watchpoints}), but aside
|
watchpoints (@pxref{Set Watchpoints, ,Setting watchpoints}), but aside
|
||||||
|
|
Loading…
Add table
Reference in a new issue