Bug 266725 - Cannot look at some variables when debugging
Summary: Cannot look at some variables when debugging
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 4.2.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2011-02-20 13:41 UTC by Benjamin Schindler
Modified: 2018-10-27 02:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot illustrating the problem (288.34 KB, image/png)
2011-02-20 13:42 UTC, Benjamin Schindler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Schindler 2011-02-20 13:41:46 UTC
Version:           4.2.0 (using KDE 4.6.0) 
OS:                Linux

Some variables can be pretty printed using custom pretty printers (I do it for eigen objects for example). 
When such a variable is part of a struct, I'm unable to look at it's value. 

The screenshot illustrates this problem: in the variables tab on the left side, I expanded and array of structs. Each of these structs contains 3 Eigen  vectors of fixed size,  count (int), min and max (both double). However, as you can see, I'm not able to expand any of the three members. Same happens in the hover-over way of looking at values. 

Reproducible: Sometimes

Steps to Reproduce:
The struct I have is as follows

struct Bucket
{
	Vector3d min, max;
	Vector3i count;
};
Comment 1 Benjamin Schindler 2011-02-20 13:42:20 UTC
Created attachment 57394 [details]
Screenshot illustrating the problem
Comment 2 Niko Sams 2011-06-11 16:35:43 UTC
This might be the same problem as Bug 257834.
Could you post the relevant internal debugger commands?
(show them by right clicking into GDB toolview)
Comment 3 Niko Sams 2011-12-30 18:35:10 UTC
please post the required information or try to reproduce using commandline gdb (with mi commands) - as in bug 257834.
Comment 4 Andrew Crouthamel 2018-09-22 02:01:23 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Andrew Crouthamel 2018-10-27 02:19:49 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!