Bug 361412

Summary: Please do not unfold type specifiers in watch variables window
Product: [Applications] kdevelop Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alexander Potashev 2016-04-05 11:31:48 UTC
I would expect to see "std::map<int, int>::const_iterator" instead of "std::_Rb_tree_const_iterator<std::pair<int, int>>" in variable inspection popup windows when debugging.

Reproducible: Always