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 163281 - Iteraror value is not displayed correctly
Summary: Iteraror value is not displayed correctly
Status: RESOLVED DUPLICATE of bug 160529
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 16:33 UTC by Alexander Pepin
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 Alexander Pepin 2009-04-21 16:33:15 UTC
Steps to reproduce:
- create Quote sample
- set a breakpoint in 'getDiscoutnFor' function inside 'for' loop 
- start debugger
- enter any valid customer name e.g. Ann
- when the BP is reached open Variables window
- expand 'it' variable, it contains '_M_node' subnode with some value e.g. 0x8050020
- expand '_M_node'
Result: '_M_node' value field gets empty. This happens with each '_M_next' or '_M_prev' subnode. The second issue is
that subnodes can be expanded endlessly.
Comment 1 Egor Ushakov 2009-04-23 15:11:04 UTC
what do you mean by "value field gets empty"? can this be a duplicate of the issue 160529?
Comment 2 Alexander Pepin 2009-04-27 11:29:26 UTC
It means "value field becomes empty", sorry for misleading. I'm not sure that it's a duplicate of 160529. It seems
rather like wrong behavior as after expanding '_M_node', '_M_next' shows the same value as  '_M_node' had.
Comment 3 Egor Ushakov 2009-04-27 13:54:09 UTC

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