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

This morning I stumbled upon something I did not know existed that I thought I would share with my fellow monks. There is a Perl/Tk adoptation of the debugger. I have not finished fully hammering on it yet but it seems to have all of the functionality of the regular debugger. To invoke the debugger simply type:

perl -d:ptkdb "scriptname"

This comes standard with the Perl/Tk dist but if you chose not to install the Devel stuff you will need to get this from CPAN:

Devel::ptkdb 1.1074 AEPAGE

happy hacking!

JSchmitz

Replies are listed 'Best First'.
Re: Perl/Tk graphical debugger
by Beatnik (Parson) on May 29, 2002 at 18:15 UTC
Re: Perl/Tk graphical debugger
by Courage (Parson) on May 29, 2002 at 18:13 UTC
    I use it quite often, and really impressed by its functionality! It really, really simplified my debugging many times!

    One small addition - ptkdb does not comes with standard Perl/Tk (may be you got some extended distribution? :) like ActiveState's one? )

    Good luck!