rzgrmpf wrote on Thu Jan 18 13:53:06 CET 2007:
Dear community I have downloaded the EPIC-plug-in for Eclipse and installed. I am running this on a Windows machine, with ActiveState Perl installed on it. As I have the wrong PadWalker package installed, I would like to install the PadWalker module from the EPIC homepage as described in the user's guide. Unfortunately, I cannot find this module anywhere on http://e-p-i-c.sourceforge.net/. Could you provide me with a more precise link to the module? Thanks a lot for your help and I am really enjoying the EPIC plug-in!
jploski wrote on Thu Jan 18 19:53:34 CET 2007:
If you have the current version of Perl from ActiveState, then you can install the PadWalker module using ppm from their repository. There is no longer a need to download it from EPIC web site. The user guide is outdated in this respect.
mikewhit wrote on Thu Apr 12 11:06:05 MEST 2007:
Despite what you say, my installed Padwalker is not recognised, and I get a warning message when starting the debugger: "The procedure entry point Perl_Icomppad_ptr could not be located in the [dll] perl58.dll" This results in the displayed message in the Variables window: "Error - Install PadWalker Perl module to see local variables" Eclipse Version: 3.1.1 [IBM version using J9 compiler] Build id: M20050929-0840 (fully updated) EPIC 0.5.33 (fully updated)
jploski wrote on Thu Apr 12 21:43:32 MEST 2007:
Which version of ActiveState Perl do you have?
ch46 wrote on Sat May 19 09:02:01 MEST 2007:
Hello: I have the same problem. I have ActiveState ActivePerl 5.8.8.820 installed, and I used ppm to install PadWalker 0.09. The Debugger doesn't work. May I know how to get it to work? Thank you. Chang-Ping Hsiao Loading DB routines from perl5db.pl version 1.28 Editor support available. Enter h or `h h' for help, or `perldoc perldebug' for more help. main::(C:/Documents and Settings/ping/workspace/Perl Code/import_XML_DOM.pl:11): 11: my $options = GetOptions( "env=s" => \$env_name, ); DB<1> printf $DB::OUT "%vd", $^V; 5.8.8 DB<2> print $DB::OUT eval { require PadWalker; PadWalker->VERSION(0.08) } 0.09 DB<3> . main::(C:/Documents and Settings/ping/workspace/Perl Code/import_XML_DOM.pl:11): 11: my $options = GetOptions( "env=s" => \$env_name, ); DB<4> T DB<5> . main::(C:/Documents and Settings/ping/workspace/Perl Code/import_XML_DOM.pl:11): 11: my $options = GetOptions( "env=s" => \$env_name, ); DB<6> ;{ do 'dumpvar_epic.pm' unless defined &dumpvar_epic::dump_package_vars; my $savout = select($DB::OUT); dumpvar_epic::dump_package_vars(); select($savout); };
Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.