eskimobob - 2011-01-13

This list is quite quiet so I may be posting in the wrong place but…

When debugging with Insight, I find a lot of variables are not viewable in the
debugger because it reports <incomplete type> even though they are simple
variables - e.g. unsigned short and unsigned char etc.

I've read the Insight manual and I could understand it if I was declaring a
pointer to an undefined type but simple types should work surely?

Perhaps the problem is with msp430-gdbproxy ?

As a secondary issue, it is frustrating that the mouse scroll wheel does not
work (i.e. scroll the text) in Insight. Is there a better version with scroll
wheel support? I'm using GNU GDB 5.1.1

Many thanks
Martin