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 9561

Summary: NullPointerException is sometimes raised when finishing the debugger.
Product: debugger Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: CodeAssignee: Daniel Prusa <dprusa>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Antonin Nebuzelsky 2001-02-12 10:44:09 UTC
java.lang.NullPointerException
at org.netbeans.modules.debugger.support.AbstractDebugger.finishDebugger(Abstra
ctDebugger.java:230)
Comment 1 Antonin Nebuzelsky 2001-02-12 10:46:59 UTC
It gets to AbstractDebugger from JPDADebugger:

java.lang.NullPointerException
at
org.netbeans.modules.debugger.support.AbstractDebugger.finishDebugger(AbstractDebugger.java:230)
at
org.netbeans.modules.debugger.jpda.JPDADebugger.finishDebugger(JPDADebugger.java:277)
Comment 2 Jan Jancura 2001-02-21 13:46:57 UTC
-
Comment 3 Jan Jancura 2001-02-21 13:47:16 UTC
-
Comment 4 Daniel Prusa 2001-03-15 10:22:43 UTC
[main trunk, NB3.2]
Comment 5 Antonin Nebuzelsky 2001-04-02 10:13:13 UTC
Fixed in Boston (JP1).