Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to view locals in Eclipse + EPIC
    text
    copied!<p>I just installed the Perl EPIC plugin for Eclipse 3.7. The debugger itself is working fine and I can step through my code. However I am unable to see any variables. Eclipse is reporting this error in the Error Log:</p> <blockquote> <p>An error occurred while parsing debugger variables; contents of the Variables view may be inaccurate. Failure caused by string: {NS00000003$^AS00000002''NS00000003$^DS000000010NS00000003$^ES00000043'The system could not find the environment option that was entered'NS00000003$^FS000000012NS00000003$^HS00000003256NS00000003$^LS00000003''NS00000003$^OS00000009'MSWin32'NS00000003$^PS00000003831NS00000010$^RE_TRIE_MAXBUFS0000000565536NS00000003$^SS000000011NS00000007$^TAINTS000000010NS00000009$^UNICODES000000010NS00000003$^VS00000007v5.10.0</p> </blockquote> <p>There's a whole lot more which is just a bit much to be posting here so I've posted it over on PasteBin here:</p> <blockquote> <p><a href="http://pastebin.com/k9kyhX0U" rel="nofollow">http://pastebin.com/k9kyhX0U</a></p> </blockquote> <p>My perl script is pretty basic stuff:</p> <pre><code>$x = "hello world"; print "$x"; </code></pre> <p>I'm running:</p> <ul> <li>Eclipse 3.7 </li> <li>EPIC 0.5.46 - downloaded and installed via the Eclipse software manager from <a href="http://www.epic-ide.org/updates/" rel="nofollow">http://www.epic-ide.org/updates/</a></li> <li>ActiveState Perl: v5.10.0 built for MSWin32-x86-multi-thread</li> <li>Windows 7 Ultimate x64</li> </ul> <p>I've made sure PadWalker is installed and working properly.</p> <p>I also checked to make sure this wasn't an issue and it isn't (<code>Cwd.pm</code> is fixed).</p> <blockquote> <p><a href="http://www.epic-ide.org/faq.php#debug" rel="nofollow">http://www.epic-ide.org/faq.php#debug</a></p> </blockquote> <p>What could be wrong?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload