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

Summary: Compile and replace class compiled without -g
Product: debugger Reporter: David Strupl <dstrupl>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.