Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] eclipse debugginh

That is look like a bug.
Create a simple array like
int a[100];
you should be able to see it in variable view, expand it and see its elements.

Volkan wrote:
Hello,

I am a new eclipse user. I am tryin to see the components of an array or
matrix on eclipse cdt. But it gices me this error when I click on it:
"Cannot look up value of a typedef"

Is there a way to see the array components? thanks

V


Back to the top