ptkdb overview
ptkdb is a free/open source debugger for Perl with graphical user interface (GUI) based on Perk/Tk.
ptkdb is able to run on almost any operating system.
It has following features :
- Portable between different operating systems Unix, Windows and Linux etc.
- Expression Evaluation window automatically redisplays entered expressions each time the debugger stops.
- Hot variable evaluation. Place the mouse over a $var, @array, or %hash and it's contents will be displayed in a popup balloon. You can also select an expression and that will be automatically evaluated.
- Conditional Breakpoints
- Free/GPL Open Souce