diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-04-01 10:25:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-01 19:03:15 +0000 |
commit | e00d725bc363e74167fef81bb7b844d680d260d3 (patch) | |
tree | e1b1fa1a11566daf590798e7692331aaff12f484 /pod/perldebug.pod | |
parent | 7e5f197a77be82f8e343b9d7b685f1987eefd832 (diff) | |
download | perl-e00d725bc363e74167fef81bb7b844d680d260d3.tar.gz |
PATCH 5.6.0 (perldebug.pod)
Message-ID: <20010401182511.9247.qmail@plover.com>
p4raw-id: //depot/perl@9505
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 01f35e1eb4..0aff91a558 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<O> 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<TTY>, C<noTTY>, -C<ReadLine>, and C<NonStop> 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<TTY>, C<noTTY>, C<ReadLine>, and C<NonStop> +there. If your rc file contains: |