Tk debugger for Perl
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
$
pkg install p5-Devel-ptkdbOrigin
devel/p5-Devel-ptkdb
Size
136KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
2 packages
Required by
0 packages