Bug 490866 - Debug view: Show fully-qualified method names in tooltip of stacktrace
Summary: Debug view: Show fully-qualified method names in tooltip of stacktrace
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.6   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 04:43 EDT by Andreas Sewe CLA
Modified: 2016-04-01 04:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sewe CLA 2016-04-01 04:43:25 EDT
Currently, the Debug view offers no tooltip when hovering over a stacktrace element like "Main.main(String[]) line : 1426".

In most cases, this is not a problem, as one can always look at the source in the associated Java editor.

If, however, JDT cannot find the sources of the method in question (showing the "Source not found / Edit Source Lookup path..." editor), it's really hard to guess what JAR needs to be added, as one does not know what package one is looking for. Here, a tooltip would be really helpful.