Eclipse上的Perl EPIC:“\ Perl \ Directory不是链接资源的有效位置”

时间:2012-05-25 01:35:35

标签: eclipse perl debugging epic

我正在尝试在Eclipse上的EPIC下调试Perl脚本(在Windows 7上)。当在调试器中踩到它时,当它到达必须由于子例程调用而跳转到另一个包(称为“Utilities.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

我知道这个: eclipse: Not a valid location for linked resources 还有这个: Eclipse gives error "... is not a valid location for linked resources." 但我无法从他们中推断出如何解决我的问题。

以管理员身份运行无济于事。

TIA

海伦

Eclipse版本3.7.1在Windows 7上运行M20110909-1335,EPIC版本0.6.44,Active Perl 5.14.2。

注意:交叉发布:http://perlmonks.org/?node_id=972408

1 个答案:

答案 0 :(得分:0)

显然,Workspace - Project -Linked Resources文件结构存在一些不一致之处。我删除了整个项目,从头开始重新启动,然后再次出现此错误。

但是,程序因另一个Eclispe / EPIC错误而被绞死,我将很快单独发布。

以下是以下问题:

Perl debuuger: on a run-time error, the debugger terminates with a cryptic message instead of "catching" the error

相关问题