2

I am trying to debug a Perl script under EPIC on Eclipse (on Windows 7). When stepping along in the debugger, when it reaches the place where is has to jump to another package (called "Utilities.pm") due to a subroutine call, it gives the following succession of Eclipse errors:

'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.

Running as Administrator doesn't help.

TIA

Helen

Eclipse version 3.7.1 build M20110909-1335, EPIC version 0.6.44, Active Perl 5.14.2 running on Windows 7.

Note: cross-posted on: http://perlmonks.org/?node_id=972408

4

1 回答 1

0

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

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

这是以下问题:

Perl 调试器:在运行时错误时,调试器会以神秘消息终止,而不是“捕获”错误

于 2012-05-26T08:07:16.073 回答