diff options
author | Andy Armstrong <andy@hexten.net> | 2009-06-23 19:36:33 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-06-23 21:15:52 +0200 |
commit | 8a9741846a0be9521079ceab1332792ea3663021 (patch) | |
tree | 796dfcae09831068a46bb62fe02727a901978e18 /pod/perldebug.pod | |
parent | 3eccaf6d204abd86eb75f8512c4b443aba7ed9f4 (diff) | |
download | perl-8a9741846a0be9521079ceab1332792ea3663021.tar.gz |
Ammend unhelpful description of debugger watch command.
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index cf1fa23966..104653a943 100644 --- 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 these -is, because they're supposed to be obvious. +Add a global watch-expression. Whenever a watched global changes the +debugger will stop and display the old and new values. =item W expr X<debugger command, W> |