| Summary: | Can't find source when stepping through a program whose name was aliased | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
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 |