In article <007f01c26596$989cd530$0300a8c0@jessee>,
 [EMAIL PROTECTED] (Jessee Parker) writes:
>Is there any way to use the perl debugger to step through a script that
>forks a child (step into the child I guess is what I am asking)? 

Yes.  Run the program in an xterm window and the debugger will pop up
a separate xterm for each child.  You must have the TERM environment
variable set to 'xterm' and DISPLAY set also.  Each child xterm window
will be running its own instance of the debugger.

>I have a
>script that forks a copy of itself to act as a daemon. I've noticed that
>when the script runs, the load average on the system steadily rises.

-- 
Peter Scott
http://www.perldebugged.com



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to