tags:

views:

98

answers:

2

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
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
@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
+4  A: 

The DDD Project is a great front end to the fabulous Perl Debugger (mentioned above...)

drewk