in reply to Re: Forked processes && Perl TK Debugger (ptkdb)
in thread Forked processes && Perl TK Debugger (ptkdb)

You can debug Perl scripts that fork() using the default Perl debugger. It gets a bit confusing because you end up with competing prompts from the two resulting copies of the Perl debugger, though.

This sounds like a limitation in the particular debugger being used.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Forked processes && Perl TK Debugger (ptkdb)