summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2002-03-15 23:38:50 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-03 03:10:27 +0000
commit286b86d383af73b65e6b3ca67b665bf0ca7d3dce (patch)
tree11f2bb1e6ebfc827476b225c13a7a0868220f262 /lib/perl5db.pl
parentf32e73e7abdd536fadbd65b34259addeeeb9cc3f (diff)
downloadperl-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.pl2
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 = '';