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 184405

Summary: \n in the beginning of STL type
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Leonid Lenyashin 2010-04-18 21:11:58 UTC
When debugging a simple STL sample using 6.8 on Ubuntu 9.10 a std::vector type was shown in debugger as:
\n    std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >

The "\n" is redundant and confusing