I was debugging my PalmOS application using CodeWarrior 8 upgraded to 8.3. When I was debugging, I noticed 2 variables being displayed differently even though the types of those variables are same.
Basically I have 2 global variables .
static char A[500]; static char B[600];
When I debug, in the variables window, variable A is displayed as an array. i,e char[500] whereas variable B is displayed just as a variable and not as an array. ( i,e no '+' symbol is displayed in front of the variable which allows me to expand the array). When I say 'Show Types' this var is just displayed as char[].
Is this a bug in CW or something to do with my code???
Your valuable response is greatly appreciated.
Cheers, Anamika
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
