diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2002-03-15 23:38:50 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-03 03:10:27 +0000 |
commit | 286b86d383af73b65e6b3ca67b665bf0ca7d3dce (patch) | |
tree | 11f2bb1e6ebfc827476b225c13a7a0868220f262 /lib/perl5db.pl | |
parent | f32e73e7abdd536fadbd65b34259addeeeb9cc3f (diff) | |
download | perl-286b86d383af73b65e6b3ca67b665bf0ca7d3dce.tar.gz |
debugger
Message-ID: <20020316043850.A9223@math.ohio-state.edu>
p4raw-id: //depot/perl@15695
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 71cdb4a1db..ba3e2f74ae 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -442,7 +442,7 @@ if (defined $ENV{PERLDB_PIDS}) { $term_pid = -1; } else { $ENV{PERLDB_PIDS} = "$$"; - $pids = ''; + $pids = "{pid=$$}"; $term_pid = $$; } $pidprompt = ''; |