Topic : Can't watch more than 64 elements in C/C++ table

Forum : ARM

Original Post
Post Information Post
December 1, 2009 - 8:49am
Guest

There are several functions in my program where the following tables are declared:

unsigned char Buf[512];

When I debug these functions and want to watch "Buf" table the debugger always displays only first 64 elements of Buf instead of 512. Why is this ? (I use RLink-STD; does it have any limitation as to number of variables that can be watched in the debugger ?)

Replies
Post Information Post
+1
0
-1
December 2, 2009 - 3:56pm
Guest

Hi

This is indeed a limitation of the debugger but a software limitation.
It is not related to the the kind of RLink you use.
You can check that is the same when using the simulator.

Regards,
Matloub