Debugging Perl Inside Eclipse

Refer: http://perlmaven.com/padwalker

$ sudo apt-get install libpadwalker-perl

In Eclipse

Help, Install New Software

Refer: http://www.epic-ide.org/guide/ch01s02.php

For "Work with:", click "Add" button

Name: EPIC
Location: http://e-p-i-c.sf.net/updates

Choose "EPIC Main Components"
Next
Next
Accept
Finish

Install the software and restart

Make sure to create a special Perl workspace, and don't re-use your default workspace

Failed Notes from Archive

Run the following command, and kept hitting enter for all responses, added all repositories.
$ perl -MCPAN -e shell

Then run the following command in CPAN
cpan> install PadWalker
cpan> exit

Getting Eclipse 3.5 Working Behind Firewall

Update eclipse.ini file by adding the following line to the end of the file:
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient

Windows, Preferences, Network Connections
Active Provider: Manual

Complete HTTP and HTTPS with credentials and make sure SOCKS setting is cleared

Installing Perl Packages, debugging with Eclipse

I'll need a little more research, and I may have already installed some things, don't remember.

Ran the following command, and kept hitting enter for all responses, added all repositories.
# perl -MCPAN -e shell

Then ran the following command in CPAN
cpan> install PadWalker
cpan> exit

You need to install PadWalker prior to installing Epic inside Eclipse for Perl debugging.