X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebug.pod;h=9eb0a9e3438b738179649c899c269b0a82eaa437;hb=cf2649810f00335bd657355d81bcc9384a620135;hp=69346524ad932ba39217a0019666651d95e1abe4;hpb=fa3aa65a5ab84a4dd986ed927a8fcbf6d6dfcf43;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 6934652..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