in reply to How can I step through a Perl program using Padre?
I have used Komodo and DDD in the past as well, but ptkdb is simple to use and provides what I need without having to set up another full application. It does require Perl::TK, but that installs as a dependency pretty smoothly in my experience. Once installed, it is a matter calling perl -d:ptkdb (script_name)
Hope that helps.
...the majority is always wrong, and always the last to know about it...
A solution is nothing more than a clearly stated problem...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I step through a Perl program using Padre?
by Cody Fendant (Hermit) on Mar 11, 2017 at 10:10 UTC |