81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
17 lines
493 B
Text
17 lines
493 B
Text
ptkdb is a debugger for perl that uses Perl/Tk for a user interface.
|
|
|
|
Features include:
|
|
Hot Variable Inspection
|
|
Breakpoint Control Panel
|
|
Expression List
|
|
Subroutine Tree
|
|
|
|
To debug a script using ptkdb invoke perl like this:
|
|
perl -d:ptkdb myscript.pl
|
|
|
|
ptkdb can easily be used to debug CGI scripts if your webserver box is
|
|
capable of running Perl/Tk applications. Just change the shebang line of your
|
|
scripts to:
|
|
#! /usr/bin/perl -w -d:ptkdb
|
|
|
|
WWW: http://search.cpan.org/dist/Devel-ptkdb/
|