Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Perl
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Perl Debuggers== Perl IDE/Debuggers ranked by ease of installation as of 2025. {| class="wikitable sortable" ! Rank !! Name !! Install Method Summary !! Difficulty !! Notes |- | 1 || '''Devel::hdb''' || <code>cpan Devel::hdb</code> and run with <code>perl -d:hdb script.pl</code> || β Very Easy || No GUI install needed; opens in browser. Fastest GUI debugger to get running. |- | 2 || '''Visual Studio Code''' || Install VS Code + extension + <code>cpan Perl::LanguageServer</code> || β Easy || Widely packaged; extension install is simple. |- | 3 || '''Devel::ptkdb''' || <code>cpan Devel::ptkdb</code> (auto-installs Perl/Tk) || β Easy || Old but easy; just run <code>perl -d:ptkdb</code>. |- | 4 || '''GNU DDD''' || <code>sudo apt install ddd</code> || β Easy || Prebuilt in most Linux repos. |- | 5 || '''Eclipse + EPIC''' || Install Eclipse β plugin β <code>cpan PadWalker</code> || β β Moderate || Takes a few steps but all via GUI or common CPAN module. |- | 6 || '''IntelliJ + Camelcade''' || Download IntelliJ β plugin β <code>cpan Devel::Camelcadedb</code> || β β Moderate || JetBrains installer + plugin setup. More UI-based but needs Java. |- | 7 || '''Emacs (GUD)''' || <code>sudo apt install emacs</code>, built-in perldb support || β β Moderate || Requires knowing Emacs commands, not much GUI help. |- | 8 || '''Vim + Vdebug''' || Plugin install (Pathogen/Vundle) + DBGP debugger setup || β β β Hard || Plugin + Perl DBGP debugger needs config; not turnkey. |- | 9 || '''Komodo IDE''' || Build from GitHub source (ActiveState no longer distributes binaries) || β β β Hard || Installation is tricky now due to end of official support. |- | 10 || '''Padre''' || <code>cpan Padre</code> (may fail on modern Perl); needs older Perl for smooth install || β β β β Very Hard || Dependencies often fail; nearly abandoned. May require patching to install. |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)