Setting Up the Debugger

Setting up the debugger requires two steps:

  1. Define the Perl interpreter to use.

  2. Install the PadWalker Perl module.

Note

It is possible to use the debugger without installing PadWalker, but in this case local variables won't be shown.

Download the PadWalker module from CPAN (PadWalker 0.10) and install as described in the installation notes or use the installation manager provided with your Perl installation (e.g. PPM for ActiveState installations).

If you are using ActiveState 5.8.x on a Windows system, you can download a pre-compiled PadWalker module from the EPIC homepage as the version provided by ActiveState doesn't seem to work for Perl 5.8.x (but it does for 5.6.x).