I wonder is there any Perl debugger which allows you to attach to an exact process which runs a Perl script in order to debug one?
only if that process was started with a debugger already attached (perl -d ... ) ... you cannot attach a debugger after the program is started without a debugger
In reply to Re: A convenient way to debug your code
by Anonymous Monk
in thread A convenient way to debug your code
by sotona
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |