mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
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: https://metacpan.org/release/Devel-ptkdb
|