debugger
Ilya Zakharevich [Sat, 16 Mar 2002 04:38:50 +0000 (23:38 -0500)]
Message-ID: <20020316043850.A9223@math.ohio-state.edu>

p4raw-id: //depot/perl@15695

lib/perl5db.pl

index 71cdb4a..ba3e2f7 100644 (file)
@@ -442,7 +442,7 @@ if (defined $ENV{PERLDB_PIDS}) {
   $term_pid = -1;
 } else {
   $ENV{PERLDB_PIDS} = "$$";
-  $pids = '';
+  $pids = "{pid=$$}";
   $term_pid = $$;
 }
 $pidprompt = '';