i have got a problem with debugger not working. I have a working epic, installed through eclipse. I have copied entire eclipse directory plus my workspace to another computer and whenever i try to run debugger i get following:
-------------------------------------------------------------------------
Cannot chdir to C:/xdi_work/workspace/test/test.pl: No such file or directory at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/epic_breakpoints.pm line 76
Compilation failed in require at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 5238.
BEGIN failed--compilation aborted at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 5238.
Compilation failed in require.
BEGIN failed--compilation aborted.
-------------------------------------------------------------------------
These i get no matter if i set breakpoints or not at all.
Of course all directories are present. I cannot install epic on another computer, since it is stand-alone machine, not in net. Any ideas how to solve it?
thanks a lot,
et.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have got a problem with debugger not working. I have a working epic, installed through eclipse. I have copied entire eclipse directory plus my workspace to another computer and whenever i try to run debugger i get following:
-------------------------------------------------------------------------
Cannot chdir to C:/xdi_work/workspace/test/test.pl: No such file or directory at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/epic_breakpoints.pm line 76
Compilation failed in require at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 5238.
BEGIN failed--compilation aborted at C:/xdi_work/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 5238.
Compilation failed in require.
BEGIN failed--compilation aborted.
-------------------------------------------------------------------------
These i get no matter if i set breakpoints or not at all.
Of course all directories are present. I cannot install epic on another computer, since it is stand-alone machine, not in net. Any ideas how to solve it?
thanks a lot,
et.
It may be an issue with an outdated version of ActiveState Perl. Try upgrading that.
Upgrade from 5.8.4 to 5.8.8 (cant do 5.10.* unfortunately) solved the problem. thanks.