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 128420 - Allow explicit selection of sources/platform to debug against
Summary: Allow explicit selection of sources/platform to debug against
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roman Ondruska
URL:
Keywords:
Depends on:
Blocks: 90398
  Show dependency tree
 
Reported: 2008-02-26 12:05 UTC by Petr Nejedly
Modified: 2008-11-13 09:56 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 Petr Nejedly 2008-02-26 12:05:56 UTC
In case of debugging externally started application, the debuger very often selects wrong platform to debug against, so
stepping through JDK is usually completely unusable. If the debugger can't detect correct platform (which it should,
IMHO, it can perform virtually any code in the debugged VM and evaluating System.getProperty("java.class.path") should
tell it offhand it is offering wrong sources), the user needs to be able to override the debugger's decision.