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 59370 - Compile and replace class compiled without -g
Summary: Compile and replace class compiled without -g
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 18:05 UTC by David Strupl
Modified: 2005-12-13 10:34 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 David Strupl 2005-05-28 18:05:56 UTC
Debugger prints nice warning about missing debug symbols. It could ask the user
whether (s)he wants to recompile the class (if the source for the class is
available) with all debug symbols and offer to replace the class with the one
with debugging symbols.