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 5644

Summary: java.lang.IllegalAccessError thrown in Debugger when stepping out of `main` during debugging.
Product: debugger Reporter: Jan Chalupa <jchalupa>
Component: CodeAssignee: Jan Chalupa <jchalupa>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Chalupa 2000-02-04 02:09:27 UTC
After leaving the `main` function scope during debugging using Trace Into (F7) or Trace Over (F8), the Output Window (Debugger) displays the following messages:

Thread death event: main
Debugger exception: java.lang.IllegalAccessError
Thread destroyed: main

The debugging session does not finish and must be terminated using Finish Debugging.
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).