English 中文(简体)
Perl EPIC on Eclipse : “ Perl 日志不是相关资源的有效地点 ”
原标题:Perl EPIC on Eclipse: "PerlDirectory is not a valid location for linked resources"

我试图在 Eclipse (Windows 7) 上调试 EPIC 下的 Perl 脚本, 当它进入调试器时, 当它由于子例程调用而跳到另一个包( 称为“ 用途. pm ” ) 的地方时, 它会给出以下的 Eclipse 错误 :

 E:Perl  is not a valid location for linked resources.
EPIC cannot access files located in folders on the path to the workspace folder, nor within the workspace folder itself.
An unexpected exception occurred while creating a link to E:/Perl/Utilities.pm

I am aware of this: eclipse: Not a valid location for linked resources and this: Eclipse gives error "... is not a valid location for linked resources." But I can t deduce from them how to solve my case.

署长的竞选没有帮助。

地 铁

海伦 海伦 海伦

Eclipse版本 3.7.1 建筑M20110909-1335, EPIC版本0.6.44, Windows 7 上运行的主动 Perl 5.1.42。

注:在以下网页上交叉贴出:http://perlmonks.org/?node_id=972408

问题回答

工作空间- 项目- 链接的资源文件结构显然有些不一致。 我删除了整个项目, 从零开始重新启动, 然后这个错误没有再次出现 。

但是,这个程序挂在另一个Eclispe/EPIC错误上, 我很快会另行发布。

问题如下:

< a href=" "https://stackoverflow.com/ questions/10775274/perl-epic-on-eclipse-on- a-run- a-run- time-error-the- debugger-terlats- with- a- creypti" > Perl debuuger:在运行时错误时,调试器用加密信息而不是“追赶”结束错误





相关问题
Why does my chdir to a filehandle not work in Perl?

When I try a "chdir" with a filehandle as argument, "chdir" returns 0 and a pwd returns still the same directory. Should that be so? I tried this, because in the documentation to chdir I found: "...

How do I use GetOptions to get the default argument?

I ve read the doc for GetOptions but I can t seem to find what I need... (maybe I am blind) What I want to do is to parse command line like this myperlscript.pl -mode [sth] [inputfile] I can use ...

Object-Oriented Perl constructor syntax and named parameters

I m a little confused about what is going on in Perl constructors. I found these two examples perldoc perlbot. package Foo; #In Perl, the constructor is just a subroutine called new. sub new { #I ...

Where can I find object-oriented Perl tutorials? [closed]

A Google search yields a number of results - but which ones are the best? The Perl site appears to contain two - perlboot and perltoot. I m reading these now, but what else is out there? Note: I ve ...

热门标签