Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] debugger question

The detail pane is designed to provide a different presentation of the
item selected in the tree. That's why the decision was made to use
different gdb commands. It is useful in many cases. For example, if you
have char* x the tree item will have a pointer value and the detail pane
will show the corresponding string.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Elena Laskavaia
Sent: Wednesday, August 13, 2008 3:09 PM
To: CDT General developers list.
Subject: [cdt-dev] debugger question

Variable view.
Does anybody know why we have two different methods to show variable
value in a tree and in the expression details?
It is causing a lot of problem when details view trying to re-construct
expression from children returned from gdb, because it returns bunch of
unrelated stuff such as private/public modifiers and base types...

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top