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 165398

Summary: Debuger watches don't have children
Product: debugger Reporter: Jan Stola <jstola>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2009-05-18 13:07:25 UTC
Steps to reproduce:
1. Start the debugger and let it stop on some breakpoint.
2. Create a watch that should have children. For example, some non-empty collection reference
   or simply 'new java.awt.Point()'.
The watch does not have children.
Comment 1 Martin Entlicher 2009-05-18 20:28:51 UTC
This is in fact a duplicate of existing issue #164850.
Now it seems to be more severe, since switch to Variables view and then back to Watches does not help.

*** This issue has been marked as a duplicate of 164850 ***
Comment 2 Martin Entlicher 2009-05-21 10:03:25 UTC
Oops, I was told that these are different issues :-( Reopening...
Comment 3 Daniel Prusa 2009-05-21 10:13:32 UTC
Fixed.
http://hg.netbeans.org/main/rev/b9bea8892f92
Comment 4 Quality Engineering 2009-05-22 07:20:44 UTC
Integrated into 'main-golden', will be available in build *200905220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b9bea8892f92
User: Daniel Prusa <dprusa@netbeans.org>
Log: #165398: Debuger watches don't have children
Comment 5 Quality Engineering 2010-04-29 09:51:05 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.