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 175068 - Debugger steps into files from disabled source roots
Summary: Debugger steps into files from disabled source roots
Status: CLOSED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 09:25 UTC by Vojtech Sigler
Modified: 2010-05-06 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-10-21 09:25:31 UTC
Product Version: NetBeans IDE 6.8 Beta (Build 200910171337)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
System: Linux version 2.6.31-14-generic running on amd64; UTF-8; en_US (nb)

1) Open MemoryView (or any project with some jdk classes used)
2) Open Sources view
3) Make sure jdk sources are *unchecked*
4) Place breakpoint at a jdk method call in your source
5) Debug project
6) When debugger stops on the breakpoint invoke Step Into
7) Debugger steps into jdk sources even though they're disabled
Comment 1 Martin Entlicher 2009-10-23 13:05:40 UTC
Hmm, it works fine for me. I've tried it with both default JDK and with a different JDK set in the project. In both
cases when JDK was unchecked, the step into just steps over the JDK method call for me.

Do you see also unchecked JDK source root when the debugger is running?
Comment 2 Vojtech Sigler 2009-10-27 11:57:28 UTC
Looks like I'm unable to reproduce this any more. At least not using the above steps. I must have missed a step - will
try to find it. :) Marking as INCOMPLETE for the moment.
Comment 3 Marian Mirilovic 2010-05-06 11:51:39 UTC
closing incomplete issues