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 166132 - Array elements in Autos
Summary: Array elements in Autos
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 19:28 UTC by Alexander Pepin
Modified: 2012-04-14 09:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-05-27 19:28:54 UTC
If we use a particular array element in the statement then it would be nice to show it in Autos view e.g.
In Welcome sample we can see the following line: 
   std::cout << i << ": " << argv[i] << std::endl;

IMO it would be useful to see in Autos not only 'argv' but 'argv[i]' as well.
Comment 1 Vladimir Voskresensky 2012-04-10 11:19:52 UTC
support from code model side (provide offsets for tokens)
http://hg.netbeans.org/cnd-main/rev/cf6e33d32bc2
Comment 2 Quality Engineering 2012-04-11 09:58:19 UTC
Integrated into 'main-golden', will be available in build *201204110400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cf6e33d32bc2
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #166132 - Array elements in Autos
- provide token offsets for autos
Comment 3 Quality Engineering 2012-04-12 10:02:36 UTC
Integrated into 'main-golden', will be available in build *201204120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cf6e33d32bc2
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #166132 - Array elements in Autos
- provide token offsets for autos
Comment 4 henk89 2012-04-13 10:28:11 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/b78c22a0a8ee
Comment 5 Quality Engineering 2012-04-14 09:46:02 UTC
Integrated into 'main-golden', will be available in build *201204140400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b78c22a0a8ee
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #166132 - Array elements in Autos