[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 257834] New: Unable to expand both "first" and "second" members
From:       Valentin Pavlyuchenko <TheValik () gmail ! com>
Date:       2010-11-24 22:04:45
Message-ID: bug-257834-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=257834

           Summary: Unable to expand both "first" and "second" members of
                    the pair<> in Variables window
           Product: kdevelop
           Version: 4.1.60
          Platform: Debian unstable
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: CPP Debugger
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: TheValik@gmail.com


Created an attachment (id=53709)
 --> (http://bugs.kde.org/attachment.cgi?id=53709)
Snapshot of the failing case

Version:           4.1.60 (using KDE 4.5.1) 
OS:                Linux

Complex objects used as "first" or "second" of the std::pair<> are unexpandable
in Variables window.

Reproducible: Didn't try

Steps to Reproduce:
The following code shows a problem:

vector<int> vec;
vec.push_back(1);
vec.push_back(2);
pair<vector<int>, vector<int> > a(pair<vector<int>,vector<int> >(vec, vec));
return 0;

Create a breakpoint on the "return 0;" line and try to expand variable "a".
Both first and second will be shown as "{...}" but nothing will be expandable.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic