http://qs321.pair.com?node_id=430902


in reply to Re: Connect gdb to a running perl process
in thread Connect gdb to a running perl process

This might be a stupid question, but why are you using gdb to debug your Perl script? Why not invoke the Perl debugger?

You can't call the perl debugger on a running perl script, can you? Requirement is to not having to restart the process.

(By the way, from the where output, I would hazard a guess that your Perl code is executing a sleep statement)

Right, this was a sample script. I was hoping there was a proven sequence of gdb commands to examine perl's internal data structures revealing the current file and line.

  • Comment on Re^2: Connect gdb to a running perl process