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 2202 - Serialization of debugger do not work.
Summary: Serialization of debugger do not work.
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 Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-10 21:10 UTC by Jan Jancura
Modified: 2003-06-30 17:26 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 Jancura 1999-06-10 21:10:26 UTC
Debugger properties, breakpoints and watches arent serialized.

[LiborM] Now they are serialized but badly. After restart breakpoints and watches don`t work and they can`t be deleted. Attempt to delete such serialized breakpoint or watches throws exception. Going
through such serialized breakpoints throws exceptions.

DELETING WATCHES:
Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.netbeans.developer.modules.debugger.support.JavaDebugger$7.run(JavaDebugger.java:582)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:354)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:350)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java:391)

        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)

DELETING BREAKPOINT:
Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.netbeans.developer.modules.debugger.support.JavaDebugger$5.run(JavaDebugger.java:550)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:354)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:350)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java:391)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)

GOING THROUGH BREAKPOINT (2 exceptions):
Exception occurred during event dispatching
Comment 1 Marek Grummich 2000-07-25 09:34:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:40:59 UTC
Bug assigned to the module owner.
Comment 3 Quality Engineering 2003-06-30 17:26:03 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.