Perl 插件EPIC在调试时跳出错误:
Use of uninitialized value in subroutine dereference at (null) line 1.
perl5db.pl did not return a true value.
BEGIN failed--compilation aborted.
解决方法:
选中perl工程,右键->properties->Perl Include Path,选中Perl的Lib路径加入即可
见下图:
本文介绍了解决Perl插件EPIC在调试过程中遇到的未初始化值错误的方法。通过在项目的Perl Include Path设置中添加Perl的Lib路径,可以有效避免这类错误的发生。
Perl 插件EPIC在调试时跳出错误:
Use of uninitialized value in subroutine dereference at (null) line 1.
perl5db.pl did not return a true value.
BEGIN failed--compilation aborted.
解决方法:
选中perl工程,右键->properties->Perl Include Path,选中Perl的Lib路径加入即可
见下图: