Studio:Which Perl debuggers can be used with STRIDE?: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
m (Text replace - 'Category:Perl Info' to 'Category:Studio:Perl Info')
 
Line 10: Line 10:




[[Category:Perl Info]]
[[Category:Studio:Perl Info]]

Latest revision as of 23:54, 20 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.