Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Debugging Perl scripts which use fork()

by dash2 (Hermit)
on Feb 28, 2003 at 14:49 UTC ( [id://239443]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    { 
    my $ttyno = 1;
    ...
        $DB::fork_TTY = "/dev/pts/" . $ttyno++;
    }
    }
    
  2. or download this
    use vars $ttyno;
    
    ...
    sub DB::get_fork_TTY {
        $DB::fork_TTY = "/dev/pts/" . $main::tty;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://239443]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-03-19 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found