Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] GUI for displaying the Symbols/Variables [Eclipse Indigo]

Hi Daniel,

The Variables view shows whatever Expressions.getChildren command returns for a thread or stack frame. The command is supposed to return list of expression IDs that represent local variables. See IExpressions.java for more details.

Regards,
Eugene


-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Codres
Sent: Thursday, November 22, 2012 12:35 AM
To: TCF Development
Subject: [tcf-dev] GUI for displaying the Symbols/Variables [Eclipse Indigo]

Hi List,

We implemented the Expression services and the Expressions GUI works so far. We can get the values of specific symbols, we can evaluate expressions and so on.

We would like to have a GUI where to list/find variables.

We think the GUI serves this purpose is "Variables", but for some reason the list is empty and all buttons are grayed.

Is this true? If not, there is any way to list all symbols?

Can someone direct us to some documentation or give us some clues about how this works?

Many Thanks,
Daniel
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tcf-dev



This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.




Back to the top