From: Andy Armstrong Date: Tue, 23 Jun 2009 18:36:33 +0000 (+0100) Subject: Ammend unhelpful description of debugger watch command. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a9741846a0be9521079ceab1332792ea3663021;p=p5sagit%2Fp5-mst-13.2.git Ammend unhelpful description of debugger watch command. --- diff --git a/pod/perldebug.pod b/pod/perldebug.pod index cf1fa23..104653a 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -372,8 +372,8 @@ Delete all installed actions. =item w expr X -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