为什么EPIC eclipse插件在“解释错误/警告”中没有显示任何信息?

时间:2022-09-11 19:43:44

I use the "EPIC" plugin to Eclipse for Perl development, but in the "Explain Errors/Warnings" view there's no info at all, even though I have some compilation errors. Do I need to do anything special to get EPIC to display useful info in that view? What is that view for anyway?

我使用Eclipse的“EPIC”插件进行Perl开发,但是在“Explain Errors / Warnings”视图中根本没有信息,即使我有一些编译错误。我是否需要做一些特殊的事情才能让EPIC在该视图中显示有用的信息?无论如何,这个观点是什么?

1 个解决方案

#1


3  

The view isn't populated automatically. As the user's guide says (which is excellent btw), you have to right click the warning/error and select "Explain Errors/Warnings" from the context menu. You have to click the icon though, not the code that is producing the error.

视图未自动填充。正如用户指南所说(这是非常好的btw),您必须右键单击警告/错误并从上下文菜单中选择“解释错误/警告”。您必须单击图标,而不是生成错误的代码。

The view will give you a lot more details and advice than the error message or warning itself.

该视图将为您提供比错误消息或警告本身更多的详细信息和建议。

#1


3  

The view isn't populated automatically. As the user's guide says (which is excellent btw), you have to right click the warning/error and select "Explain Errors/Warnings" from the context menu. You have to click the icon though, not the code that is producing the error.

视图未自动填充。正如用户指南所说(这是非常好的btw),您必须右键单击警告/错误并从上下文菜单中选择“解释错误/警告”。您必须单击图标,而不是生成错误的代码。

The view will give you a lot more details and advice than the error message or warning itself.

该视图将为您提供比错误消息或警告本身更多的详细信息和建议。