6

I can create new Perl projects in KDevelop, and KDevelop provides automatic syntax highlighting of my .pl files. However, I don't see a way to debug my Perl programs (e.g. add breakpoints, debug step-by-step, etc.).

Is this possible with KDevelop?

Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564

1 Answers1

3

According to this table in perlmonks, Perl debugging is not supported by KDevelop. You can use Eclipse with EPIC to debug Perl scripts.

perreal
  • 94,503
  • 21
  • 155
  • 181
  • 1
    Another usable graphical debugger for people who don't want to use Eclipse is [GNU DDD](http://www.gnu.org/software/ddd/). – hobbs Sep 05 '12 at 18:08