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 117975 - Watch looses turner after each step
Summary: Watch looses turner after each step
Status: CLOSED DUPLICATE of bug 112660
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 00:20 UTC by _ gordonp
Modified: 2009-06-25 10:59 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 _ gordonp 2007-10-06 00:20:41 UTC
If you set a watch on an struct or class it looses its turner after each step. There is
a simple workaround to get it back, click Local Variables and then click back to Watches.

To duplicate (with attached program):
1. Set breakpoint on line 24 and run to it
2. Set a Watch on "this" and expand all subnodes.
3. Do a step in or step over. This will loose its turner and children.

There are several bug whose fix is blocked by this behavior. By using the workaround,
I can verify they are fixed both in LV and in Watches.
Comment 1 Alexander Pepin 2007-10-06 17:57:41 UTC
The same behavior is observed in LV within a class function.
see also iz #112660
Comment 2 _ gordonp 2007-10-08 14:24:37 UTC
Closing as duplicate of 112660. When I opened this I thought it was only a Watch problem.
Its not but is *exactly* the same problem as 112660.

*** This issue has been marked as a duplicate of 112660 ***