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 100205 - Detect projects compiled without debug info
Summary: Detect projects compiled without debug info
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 11:48 UTC by ehucka
Modified: 2007-04-06 11:48 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 ehucka 2007-04-06 11:48:31 UTC
I think it would be usable if debugger can detect that used classes are compiled
without debug info. Debugger checks it during submitting of breakpoints but I
think it should not be depends on breakpoints. 
The warning would be displayed in Debugger Console immediately after start of
debugging and the message would be highlighted.

It would be usable mainly for freeform projects where user can easily forget to
add debug attribute to javac task.
But it should be checked for all opened projects used in debugging session.