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

Leave a Reply