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 68201 - Error while try debugging
Summary: Error while try debugging
Status: CLOSED DUPLICATE of bug 59873
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 10:13 UTC by sandjora
Modified: 2010-04-29 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (299.37 KB, text/plain)
2005-11-07 10:15 UTC, sandjora
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandjora 2005-11-07 10:13:56 UTC
Error when start running (while compiling) in debugger mode (see below).
In result, debugging the code is impossible - program doesn't stop at the
breakpoint, but continues.
The error:

*********** Exception occurred ************ at 11:09 AM on Nov 7, 2005
Annotation: Exception occurred in Request Processor
com.sun.jdi.ObjectCollectedException
	at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:27)
	at com.sun.tools.jdi.ThreadReferenceImpl.jdwpStatus(ThreadReferenceImpl.java:190)
	at com.sun.tools.jdi.ThreadReferenceImpl.isSuspended(ThreadReferenceImpl.java:200)
	at
org.netbeans.modules.debugger.jpda.actions.ContinueActionProvider.checkEnabled(ContinueActionProvider.java:90)
	at
org.netbeans.modules.debugger.jpda.actions.ContinueActionProvider.run(ContinueActionProvider.java:109)
	at org.openide.util.Task.run(Task.java:189)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 sandjora 2005-11-07 10:15:28 UTC
Created attachment 26671 [details]
messages.log
Comment 2 Martin Entlicher 2005-11-07 10:57:08 UTC
This is a duplicate of issue #59873. It's already fixed in trunk.

*** This issue has been marked as a duplicate of 59873 ***
Comment 3 Quality Engineering 2010-04-29 09:27:05 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.