ptkdb - Perl/Tk Debugger



Usage

Once installed, the debugger should be invoked as follows:

perl -d:ptkdb script.pl (console scripts)
or
#!/usr/bin/perl -d:ptkdb (CGI scripts)

Note:
Do NOT invoke it like this:

perl -d:ptkdb.pm script.pl

You will get an error like this:  

syntax error at myscript.pl line 0, near "use Devel::ptkdb."
Execution of myscript.pl aborted due to compilation errors.

© 1998,2006 by Andrew E. Page; © 2007 Svetoslav Marinov