Ammend unhelpful description of debugger watch command.
authorAndy Armstrong <andy@hexten.net>
Tue, 23 Jun 2009 18:36:33 +0000 (19:36 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 23 Jun 2009 19:15:52 +0000 (21:15 +0200)
pod/perldebug.pod

index cf1fa23..104653a 100644 (file)
@@ -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>