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 23481 - Exception when trying to step while debugging Nb
Summary: Exception when trying to step while debugging Nb
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-14 16:23 UTC by Jaroslav Tulach
Modified: 2003-06-30 17:28 UTC (History)
1 user (show)

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 Jaroslav Tulach 2002-05-14 16:23:54 UTC
Annotation: Exception occurred in Request Processor
com.sun.jdi.request.InvalidRequestStateException:
step request instance of
org.openide.util.RequestProcessor$Processor(name='Instance
processor', id=994) (enabled)
        at
com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState(EventRequestManagerImpl.java:96)
        at
com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setSuspendPolicy(EventRequestManagerImpl.java:160)
        at
org.netbeans.modules.debugger.jpda.StepManager.setRequest(StepManager.java:224)
        at
org.netbeans.modules.debugger.jpda.StepManager.stepInto(StepManager.java:108)
        at
org.netbeans.modules.debugger.jpda.StepManager.stepInto(StepManager.java:88)
        at
org.netbeans.modules.debugger.jpda.JPDADebugger.traceInto(JPDADebugger.java:329)
        at
org.netbeans.modules.debugger.delegator.DelegatingDebugger.traceInto(DelegatingDebugger.java:115)
        at
org.netbeans.modules.debugger.support.actions.StepIntoAction.performAction(StepIntoAction.java:116)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:179)
        at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:170)
        at
org.netbeans.core.ModuleActions$1.run(ModuleActions.java:100)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 Marek Grummich 2002-05-16 16:15:57 UTC
This happens both j2sdk1.4.0 and j2sdk1.4.1. J2sdk1.3.1 is ok. I have
returned back to the build 200205130100 and debugger worked fine in
this build. I have noticed one thing. When you start IDE with a clear
userdir a dialog "Warning - Could not install module Tools Debugger
...." is not presented in last two builds. I would estimate that it
would be related to this.
Sorry, but I have to increase priority to P1.
Comment 2 Jan Jancura 2002-05-16 17:57:41 UTC
fixed in main trunk
Comment 3 Marek Grummich 2003-01-13 09:32:55 UTC
Verified.
Comment 4 Quality Engineering 2003-06-30 17:28:40 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.