Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
January 24, 2011 - 6:52pm
|
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. |
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,