freebsd-ports/devel/p5-Devel-ptkdb/pkg-descr
Sergey Skvortsov b93aeaef4d Add p5-Devel-ptkdb 1.1074, tk debugger for Perl.
PR:		37880
Submitted by:	Alex Kapranoff <kappa@freebsd.org.ua>
2002-06-19 16:36:01 +00:00

17 lines
499 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/search?dist=Devel-ptkdb