http://www.perlmonks.org?node_id=702683


in reply to Re^2: Debugging a program
in thread Debugging a program

Take a look at ptkdb. Its a pretty good Tk based debugger interface. You invoke your script like this:

perl -d:ptkdb mysript.pl

It's a bit quicker to pick up than the normal debugger. But even that isn't as hard as it seems at first.


TGI says moo