Devel::tcltkdb

Devel::tcltkdb is a Perl debugger using a Tk GUI.
Download

Devel::tcltkdb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew E. Page
  • Publisher web site:
  • http://search.cpan.org/~vkon/Tcl-Tk-0.81/demos/tcltkdb.pm

Devel::tcltkdb Tags


Devel::tcltkdb Description

Devel::tcltkdb is a Perl debugger using a Tk GUI. Devel::tcltkdb is a Perl debugger using a Tk GUI.tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface.Here are some key features of "Devel tcltkdb":· Hot Variable Inspection· Breakpoint Control Panel· Expression List· Subroutine TreeSYNOPSISTo debug a script using tcltkdb invoke perl like this: perl -d:tcltkdb myscript.plUsage perl -d:tcltkdb myscript.plCode PaneLine Numbers Line numbers are presented on the left side of the window. Lines that have lines through them are not breakable. Lines that are plain text are breakable. Clicking on these line numbers will insert a breakpoint on that line and change the line number color to $ENV{'PTKDB_BRKPT_COLOR'} (Defaults to Red). Clicking on the number again will remove the breakpoint. If you disable the breakpoint with the controls on the BrkPt notebook page the color will change to $ENV{'PTKDB_DISABLEDBRKPT_COLOR'}(Defaults to Green).Cursor MotionIf you place the cursor over a variable (i.e. $myVar, @myVar, or %myVar) and pause for a second the debugger will evaluate the current value of the variable and pop a balloon up with the evaluated result. This feature is not available with Tk400.If Data::Dumper(standard with perl5.00502)is available it will be used to format the result. If there is an active selection, the text of that selection will be evaluated.Requirements:· Perl


Devel::tcltkdb Related Software