Community
Participate
Working Groups
Debug a program named "class.foo" - you won't be able to see its source when suspended in the program, because the Java name is "eze_class.foo". We need to handle aliasing.
Fixed JavaGenerator.java and StatementBlockTemplate.java to put the full file path into the SMAP as per JSR-045. This fixes the source lookup. Previous: 1 foo.egl Now: + 1 foo.egl path/to/foo.egl Also fixed EGLJavaFunctionContainerVariable.java to get the full path of the resource from JDT and convert it from "path/to/foo.egl" to "path.to.foo". This fixes the display name in the Variables view.
Verified