On Thu, 20 Apr 2006 11:15:02 +0200, Gergely Buday wrote: > Is there a way to debug concurrent perl programs, i.e. programs that > use fork()? E.g. I would like to watch the main process. At a naive > try I got strange error messages.
Do it from an xterm that has the TERM environment variable set to 'vt100'. It will start up another xterm debugging the child process on forking. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>