Feature #884
Make sources in z2 generated jars available during debugging
Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-base-tools-eclipsoid
Target version:
Start date:
24.08.2012
Due date:
% Done:
0%
Estimated time:
origin:
Description
When debugging z2 projects that got a resolved classpath from Eclipsoid, sources in the jars are
not recognized by eclipse during debugging.
Doing so would be a major improvement in usability!
Updated by Udo Offermann about 12 years ago
All .classpath files contain
<classpathentry kind="con" path="ZFabrik.Eclipsoid"/>
But in the plugin.xml the cp-container id is "z2Environment.Eclipsoid".
Need to investigate org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.createSourceContainers()
further.
Why doesn't JavaRuntime.resolveSourceLookupPath
find the Eclipsoid sources?
Updated by Udo Offermann about 12 years ago
found the extension point org.eclipse.jdt.launching.runtimeClasspathEntryResolvers
. This can be registered for the CP-container and will be called to resolve classpath entries during debug sessions
Updated by Udo Offermann about 12 years ago
- Category set to z2-base-tools-eclipsoid
- Status changed from In Progress to Resolved