Studio:Which Perl debuggers can be used with STRIDE?: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
Revision as of 22:15, 18 August 2009
Click here or here for information on Perl's built-in command-line debugger.
ptkdb (Perl Toolkit Debugger) is a free GUI debugger available from CPAN and ASPN. After installing ptkdb, set the Settings to use "perl -d:ptkdb".
Important Note: When a script is running, if you mouse over an uninitialized variable, the script will crash when it tries to display the value. In order to avoid this, you will need to "move around" uninitialized variables with your cursor, which is awkward and potentially error-prone.
Another free GUI debugger is OpenPerl IDE, available here.
ActiveState also has some commercial Perl IDEs.