Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top