ROBOTICAR
Joined: 28 Aug 2007 Posts: 45
|
CCS IDE Problem |
Posted: Thu Dec 03, 2015 2:04 pm |
|
|
Hi
I have a problem with IDE 5.025, I think it worked well in last versions.
I declare a structure like this:
Code: |
struct {
unsigned A1 : 4;
unsigned A2 : 4;
} A;
|
I want to see elements of A when I write A. ! I remember when I wrote A and put '.' after it the elements used to appear ! By the way, I wish there were a SEMI intelligence in the IDE like Visual Studio. The current IDE is not acceptable compared to the powerful ccs compiler. |
|