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 165097 - cout and cin in Autos view
Summary: cout and cin in Autos view
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 17:42 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-05-13 17:42:01 UTC
While debugging C++ console applications 'cout' (and 'cin') with a value >No symbol "cout" in current context< appears
in Autos view.
Comment 1 Egor Ushakov 2009-05-13 18:01:37 UTC
it is still not decided what to do with such variables...
evaluating std::cout in gdb gives "<incomplete type>"
maybe we need to filter some out
Comment 2 Alexander Pepin 2009-05-14 19:46:35 UTC
I would suggest exclude 'cout' and 'cin' from Autos
Comment 3 Egor Ushakov 2009-05-20 07:01:08 UTC
by filering out cin and cout we may filter out user variables with the same names...
Comment 4 Vladimir Voskresensky 2009-05-20 07:37:59 UTC
if you use model => in Auto view you can filter out asked variables, because such variable will have full qualified name
as std::cin
Comment 5 Egor Ushakov 2009-05-20 10:11:45 UTC
filtered out all members of std namespace:
http://hg.netbeans.org/cnd-main/rev/4050bc2340e4