Feature #884
Make sources in z2 generated jars available during debugging
Added by Henning Blohm about 12 years ago.
Updated about 12 years ago.
Category:
z2-base-tools-eclipsoid
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!
- Status changed from New to In Progress
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?
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
- Category set to z2-base-tools-eclipsoid
- Status changed from In Progress to Resolved
Also available in: Atom
PDF