I have installed the latest testing version of EPIC which I beleive is 0.6.24.
I am using Vista with cygwin and I have installed padwalker.
I am getting a message whe I start a debug session that says
"Error displaying local variables. Install padwalker and restart Eclipse or disable displaying of local variables"
As far as I can tell padwalker is installed.
Any ideas what I am doing wrong.
Cheers
Steve
Added
use PadWalker; to the beginning of file and now it doesnt complain about padwalker but I can't see any variables local or global??
Help!!
Took out line below and now I can see the variables (but not all of the my variables!!).
$\ = "\n";
Sounds like you need to set the PERL5LIb environmental variable to point to where you installed the padwalker package.
Log in to post a comment.
I have installed the latest testing version of EPIC which I beleive is 0.6.24.
I am using Vista with cygwin and I have installed padwalker.
I am getting a message whe I start a debug session that says
"Error displaying local variables.
Install padwalker and restart Eclipse or disable displaying of local variables"
As far as I can tell padwalker is installed.
Any ideas what I am doing wrong.
Cheers
Steve
Added
use PadWalker; to the beginning of file and now it doesnt complain about padwalker but I can't see any variables local or global??
Help!!
Took out line below and now I can see the variables (but not all of the my variables!!).
$\ = "\n";
Sounds like you need to set the PERL5LIb environmental variable to point to where you installed the padwalker package.