X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebug.pod;h=9eb0a9e3438b738179649c899c269b0a82eaa437;hb=f49ed1dab8c52e58c3b45270b50ae23e7886790c;hp=ee9fa97d1c70fd3184bb3a5459b2fad067760b44;hpb=ea5ec3060d131488dc0c12046e95afc4ec64909a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebug.pod b/pod/perldebug.pod index ee9fa97..9eb0a9e 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -105,7 +105,7 @@ temporarily set to I. =item V [pkg [vars]] -Display all (or some) variables in package (defaulting to C
) +Display all (or some) variables in package (defaulting to C
) using a data pretty-printer (hashes show their keys and values so you see what's what, control characters are made printable, etc.). Make sure you don't put the type specifier (like C<$>) there, just @@ -199,7 +199,7 @@ executed, and print out that line. =item f filename Switch to viewing a different file or C statement. If I -is not a full pathname found in the values of %INC, it is considered +is not a full pathname found in the values of %INC, it is considered a regex. Ced strings (when accessible) are considered to be filenames: @@ -273,7 +273,7 @@ subroutine is compiled. =item B line -Delete a breakpoint from the specified I. +Delete a breakpoint from the specified I. =item B * @@ -298,7 +298,7 @@ For example, this will print out $foo every time line =item A line -Delete an action from the specified line. +Delete an action from the specified line. =item A * @@ -307,7 +307,7 @@ Delete all installed actions. =item w expr Add a global watch-expression. We hope you know what one of these -is, because they're supposed to be obvious. +is, because they're supposed to be obvious. =item W expr @@ -346,19 +346,19 @@ For historical reasons, the C<=value> is optional, but defaults to 1 only where it is safe to do so--that is, mostly for Boolean options. It is always better to assign a specific value using C<=>. The C