X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebug.pod;h=0aff91a558e065b8dcba9e51e620f02fd3b2ab06;hb=899e16d05655bc0e6756c741b6155de313fa3bd4;hp=01f35e1eb443763e298125887c42e649f10651db;hpb=13a2d996abe42696bc5ca08abf08030d440c6148;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 01f35e1..0aff91a 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -465,6 +465,8 @@ working example of something along the lines of: The debugger has numerous options settable using the C command, either interactively or from the environment or an rc file. +(./.perldb or ~/.perldb under Unix.) + =over 12 @@ -600,9 +602,11 @@ include lexicals in a module's file scope, or lost in closures. =back -During startup, options are initialized from C<$ENV{PERLDB_OPTS}>. -You may place the initialization options C, C, -C, and C there. +After the rc file is read, the debugger reads the C<$ENV{PERLDB_OPTS}> +environment variable and parses this as the remainder of a `O ...' +line as one might enter at the debugger prompt. You may place the +initialization options C, C, C, and C +there. If your rc file contains: