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 55069

Summary: [netbeans-feedback] user needs to configure debugger before debugging
Product: java Reporter: Jan Jancura <jjancura>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Jancura 2005-02-16 15:49:52 UTC
**********************************
User problem:
>>> >is there any way to configure NetBeans (I use
4.1) so I will be able 
>>> >to step into j2se code?  As far as I can see
debugger steps over such 
>>> >code by default.
>
>> 
>> Yes, there is an option to control stepping
into classpath entries with 
>> available sources (JDK sources are filtered out
by default). During 
>> debugging, go to Window->Debugging->Sources and
then check the JDK 
>> source root to enable debugging of the JDK code.

I finally found it  Although it's arguable whether
it is a good place to do
this.  In other IDEs I use user needs to configure
debugger before debugging,
although NetBeans provides more functionality here.

**********************************

My comment:
we need something like "Exec. Debug. Profiles" in
NetBeans IDE. I think that its not doable on my
side (debugger) now. So my requirement is:

Add some support for Exec. / Debug. Profiles to
NetBeans project system, or Java Projects.
Comment 1 Tomas Zezula 2005-02-16 16:01:23 UTC
It is nice feature, it shouldn't be hard to do it with ant.
Configuration == property file
The hardest part is the UI, how to present this to user.