Topic : Monitoring Array Values in Debug Mode incompletely

Forum : Ride IDE

Original Post
Post Information Post
January 24, 2011 - 6:52pm
Guest

I create an array like:

unsigned int cal_tab[3300];

When i add the arry to the debug window, only array indexes until 63 are displayed.
Depend`s it on not professional version of Rlink?

Replies
Post Information Post
+1
0
-1
January 25, 2011 - 10:27am
Raisonance Support Team

Hi Joachim,

The limit of an arry to have only 64 values displayed is here to limit the stress that the debugger applies to the system: As most architectures are now using read-on-the-fly, displying the whole array would slow down your application quite a lot when under debug mode.

This limitation will be fixed in a future version of Ride7. A workaround is to open the "memory" window and look for your variable from there.

I hope this helps,