-
Many times I face situations wherein, I need to know the source location of the bundle I am debugging.its trivial for familiar bundles but sometimes I have to go around different repos and test my luck.Is there any known solution for this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Oomph indexes all the Eclipse GitHub repositories such that Navigate -> Open Discovered Type... can be used to find the repository of any class. Of course if you use the general SDK setup you'll have all the sources and their clones in the IDE already: |
Beta Was this translation helpful? Give feedback.
-
@elsazac This information is already in the Manifest . Look for the Eclipse-SourceReferences key. E.g. org.eclipse.core.resources_3.20.100.v20240122-1111.jar has:
|
Beta Was this translation helpful? Give feedback.
-
Additionally, when the bundle have such metadata, you directly import the source of the bundle from the "Plugins" view in a few clicks, as described at the bottom of https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fui_import_from_cvs.htm |
Beta Was this translation helpful? Give feedback.
@elsazac This information is already in the Manifest . Look for the Eclipse-SourceReferences key. E.g. org.eclipse.core.resources_3.20.100.v20240122-1111.jar has: