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

Summary: Allow explicit selection of sources/platform to debug against
Product: debugger Reporter: Petr Nejedly <pnejedly>
Component: CodeAssignee: Roman Ondruska <rondruska>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 90398    

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.