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

Summary: Offer to pick a source location when stepping into a method
Product: debugger Reporter: Jesse Glick <jglick>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: markiewb, tzezula
Priority: P3 Keywords: UI
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 200698    
Bug Blocks: 201754    

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.