Re: debugging question

2006-04-20 Thread Peter Scott
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

Re: debugging question

2006-04-20 Thread Peter Scott
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. Correction to my previous post; TERM should be set to 'xterm'.