in reply to A convenient way to debug your code
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
|
|---|