X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebug.pod;h=9a8d02fa265c79ca268ede443882fd290abcd732;hb=5c144d81801caa5e8317f6a38b40eb08257c47ea;hp=e44eaafdcb03e2f9c5d15a866ac4f1394f2d4488;hpb=2359510ddb135dcc6e80153f51cff0a97b20b597;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebug.pod b/pod/perldebug.pod index e44eaaf..9a8d02f 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