ActiveState Powered by ActiveState

ActiveState Community


Debugging ActivePerl 5.10 with Eclipse EPIC

Posted by rjy7 on 2008-04-08 15:58
OS: All / Any

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.

grahams | Tue, 2008-04-29 10:42

PadWalker for 5.10 is available at:
http://trouchelle.com/perl/ppmrepview.pl

rjy7 | Thu, 2008-05-29 07:56

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.

lacairry | Wed, 2008-06-04 07:15

You can try to use ppm command to install Padwalker. It worked on my machine.

rjy7 | Wed, 2008-06-04 07:24

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.

-->