debug and pop-up watches [message #119392] |
Fri, 03 September 2004 17:41 |
Eclipse User |
|
|
|
Originally posted by: woap.libero.it
hi all....another question i forgot :)
if i stop my mouse over a variable, a struct, or other in debug i see
value or struct fiels in a pop-up.
it's possible to select struct.field to see only that field value?
example:
struct a
{
int me,
int you
};
a them; // :)
in debug, it's possible to select
them.me to see only me values?
same for class methods:
class a
{
int a;
int getA() { return a; }
};
a them;
i'd like to select them.getA() to see the return value of that method?
if not...are these feature planned in some future version of cdt?
thanx you all
l.
|
|
|
Powered by
FUDForum. Page generated in 0.03356 seconds