Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » debug and pop-up watches
debug and pop-up watches [message #119392] Fri, 03 September 2004 21:41
Eclipse UserFriend
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.
Previous Topic:debug and variables passed as reference
Next Topic:CDT User Error Parser
Goto Forum:
  


Current Time: Tue Jul 16 16:09:42 GMT 2024

Powered by FUDForum. Page generated in 0.02988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top