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 177602 - Make a JDK platform chooser for selection of the JDK of the debugged application
Summary: Make a JDK platform chooser for selection of the JDK of the debugged application
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2009-11-25 09:12 UTC by Marian Petras
Modified: 2009-11-25 09:12 UTC (History)
0 users

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 Marian Petras 2009-11-25 09:12:06 UTC
I have two JDK platforms installed in NetBeans - JDK 1.5 and JDK 6. NetBeans itself is running on JDK 6. I am debugging an application via action "Attach Debugger..." and the debugged application is running on JDK 6. When I step through the application, everything works correcty until I step into a class from a JDK - NetBeans opens a source code for the JDK class (which is correct) but from a different JDK (1.5).

Either detect the version of the JDK/JRE automatically or allow the user to quickly switch the JDK platform (at least for the duration of the debugging session).