Could someone suggest a Perl module equivlant/or has the most funcionality of the pydbg module on Python?
+4
A:
Have you had a look at the Perl Debugger?
Edit: Forgot to mention that you might like to get a copy of the "Perl Debugger Pocket Reference" which I found to be more useful than the usual perldoc's.
Rob Wells
2010-04-18 11:49:01
Yes I looked but the PYDBG is intended to automate debugging executalbe (like windbg..) and not to debug perl application at anyway thanks for your answer.
donv
2010-04-20 15:22:08
@donv I think you need to stop using any form of the word "automate" in describing what you want. We don't understand how you're using it. Try again without it.
Schwern
2010-04-21 06:54:30
+4
A:
The DDD Project is a great front end to the fabulous Perl Debugger (mentioned above...)
drewk
2010-04-18 16:16:44