mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
debugger
Message-ID: <20020316043850.A9223@math.ohio-state.edu> p4raw-id: //depot/perl@15695
This commit is contained in:
parent
f32e73e7ab
commit
286b86d383
@ -442,7 +442,7 @@ if (defined $ENV{PERLDB_PIDS}) {
|
||||
$term_pid = -1;
|
||||
} else {
|
||||
$ENV{PERLDB_PIDS} = "$$";
|
||||
$pids = '';
|
||||
$pids = "{pid=$$}";
|
||||
$term_pid = $$;
|
||||
}
|
||||
$pidprompt = '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user