I have a running Perl process that’s stuck, I’d like to poke inside with a debugger to see what’s wrong. I can’t restart the process. Can I attach the debugger to the running pr
I've never used gdb, but maybe you could get something useful out of strace?
strace -f -s512 -p