Project

General

Profile

Feature #884

Make sources in z2 generated jars available during debugging

Added by Henning Blohm over 11 years ago. Updated over 11 years ago.

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!

#1

Updated by Udo Offermann over 11 years ago

  • Status changed from New to In Progress
#2

Updated by Udo Offermann over 11 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?

#3

Updated by Udo Offermann over 11 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

#4

Updated by Udo Offermann over 11 years ago

  • Category set to z2-base-tools-eclipsoid
  • Status changed from In Progress to Resolved

Also available in: Atom PDF