Skip to main content

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

OK I guess we have to figure out how to re-create expression from "children" that gdb sends in particular "base class" child.
see pr https://bugs.eclipse.org/bugs/show_bug.cgi?id=244025

Any ideas how to distinguish it from real fields?

Mikhail Khodjaiants wrote:
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



Back to the top