



I've been using the Eclipse EPIC plugin to debug ActivePerl 5.8, and it requires the PadWalker module to view local variables. I just upgraded to ActivePerl 5.10 and found that the PadWalker module is no longer available. Is there any way to debug 5.10 in Eclipse/EPIC?
Thanks.
PadWalker for 5.10 is available at:
http://trouchelle.com/perl/ppmrepview.pl
I'm running into the following error when I run nmake:
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" "-IC:\Perl\lib\CORE" PadWalker.c
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xc0000135'
Stop.
Does anyone know how to fix this error, or better yet, could someone provide a compiled version of the module?
Thanks very much.
You can try to use ppm command to install Padwalker. It worked on my machine.
What version of Perl are you running? I installed Padwalker in 5.8 through ppm, but it doesn't seem to be available through ppm in 5.10.