This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 200910 - Offer to pick a source location when stepping into a method
Summary: Offer to pick a source location when stepping into a method
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on: 200698
Blocks: 201754
  Show dependency tree
 
Reported: 2011-08-12 15:07 UTC by Jesse Glick
Modified: 2016-07-27 16:15 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-08-12 15:07:59 UTC
The fix of bug #200698 means you can conveniently associate sources with a binary root in some circumstances in the UI, notably Go to Declaration or other cases where a *.class disassembly is opened in the editor. But if your first encounter with the lack of sources for a JAR is stepping into one of its methods in the debugger, you might not find this.

When the debugger is asked to step into a method for which no sources are currently available, it ought to call SourceJavadocAttacher in case the user can supply sources.
Comment 1 Martin Entlicher 2011-08-12 15:29:24 UTC
Thnaks, I'll look at it.