Community
Participate
Working Groups
When using -Dedt.debug.filter.runtimes=false, with the SMAP builder is disabled, and the project cleaned, I should be able to debug at the level of the Java code not the EGL. It works properly except when I've stopped at a breakpoint in the generated code. In that case the .egl file, not the .java file, is displayed and stepping doesn't seem to work. Commenting out line 65 of DebugTargetWrapper solved the problem: launch.setSourceLocator( director );
Fixed EGLPackageFragmentRootSourceContainer.java to only perform its source lookup when the target file has the 'egl' file extension (case-insensitive).
It's fixed.