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

Summary: cout and cin in Autos view
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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