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 - [netbeans-feedback] user needs to configure debugger before debugging
Summary: [netbeans-feedback] user needs to configure debugger before debugging
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 15:49 UTC by Jan Jancura
Modified: 2011-08-31 14:05 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 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.