From: Ilya Zakharevich Date: Sat, 16 Mar 2002 04:38:50 +0000 (-0500) Subject: debugger X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=286b86d383af73b65e6b3ca67b665bf0ca7d3dce;p=p5sagit%2Fp5-mst-13.2.git debugger Message-ID: <20020316043850.A9223@math.ohio-state.edu> p4raw-id: //depot/perl@15695 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 71cdb4a..ba3e2f7 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 = '';