projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eccaf6
)
Ammend unhelpful description of debugger watch command.
author
Andy Armstrong
<andy@hexten.net>
Tue, 23 Jun 2009 18:36:33 +0000
(19:36 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 23 Jun 2009 19:15:52 +0000
(21:15 +0200)
pod/perldebug.pod
patch
|
blob
|
history
diff --git
a/pod/perldebug.pod
b/pod/perldebug.pod
index
cf1fa23
..
104653a
100644
(file)
--- a/
pod/perldebug.pod
+++ b/
pod/perldebug.pod
@@
-372,8
+372,8
@@
Delete all installed actions.
=item w expr
X<debugger command, w>
-Add a global watch-expression.
We hope you know what one of thes
e
-
is, because they're supposed to be obviou
s.
+Add a global watch-expression.
Whenever a watched global changes th
e
+
debugger will stop and display the old and new value
s.
=item W expr
X<debugger command, W>