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 - java.lang.IllegalAccessError thrown in Debugger when stepping out of `main` during debugging.
Summary: java.lang.IllegalAccessError thrown in Debugger when stepping out of `main` d...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Chalupa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-04 02:09 UTC by Jan Chalupa
Modified: 2002-07-19 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).