Bug 483113 - Variables value not available due to "child of pretty printed object", even though it could
Summary: Variables value not available due to "child of pretty printed object", even t...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.8.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-26 16:07 EST by Bruno Medeiros CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments
Variables view with pretty printers enabled (top) and disabled (bottom) (74.81 KB, image/png)
2015-11-26 16:07 EST, Bruno Medeiros CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Medeiros CLA 2015-11-26 16:07:20 EST
Created attachment 258298 [details]
Variables view with pretty printers enabled (top) and disabled (bottom)

I have some Rust code I was was debugging, and there are parent variables whose value can be provided by a pretty-printer. The child variables though, their value is not displayed because of a "NA (child of pretty printed object)" message, in the Variables view (top-right side of attached pic). 

This restriction is arbitrary and needless, since their value can be retrieve normally. This can be shown by either querying GDB directly (seen in top-left side of attached pic), or running the debug session with pretty printers disabled (bottom half of attached pic).
Comment 1 Bruno Medeiros CLA 2015-11-27 05:25:26 EST
Hum, seems it might a duplicate of 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449256 ?