aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-ptkdb/pkg-descr
blob: 1940133c588d6255589b142e9b8c3f1e7e148e03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 web server 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/