Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Wrong type info on multi dim arrays

It is a bug in the debugger UI.
Good catch.
Fixed.
Thanks!
Eugene

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Konrad Anheim
Sent: Tuesday, April 14, 2015 6:44 AM
To: Tcf Dev
Subject: [tcf-dev] Wrong type info on multi dim arrays

Hi,

Please consider the following type (in your c program):
int[10][20][30]
The Eclipse Expression view displays in the type columns the following:
int[30][20][10]

I'm assuming this is a bug related to TCF, however what would be the
right fix for that?

Cheers,
Conny




_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://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