in reply to How to attach a perl debugger to a running perl
Attach/detach debugger from running program The old perltodo notes "With gdb, you can attach the debugger to a run +ning program if you pass the process ID. It would be good to do this with t +he Perl debugger on a running Perl program, although I'm not sure how it +would be done." ssh and screen do this with named pipes in /tmp. Maybe we ca +n too.
It's clearly a technique that many would love to have. As far as I know, though, it hasn't been implemented yet.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to attach a perl debugger to a running perl
by Eyck (Priest) on Sep 22, 2006 at 06:26 UTC | |
by renodino (Curate) on Sep 22, 2006 at 14:53 UTC |