Topic : Ride watch window with arrays

Forum : Ride IDE

Original Post
Post Information Post
June 14, 2013 - 5:53pm
Guest

I installed the latest Ride/RKit on my new computer and have some problems with the watch window.

Old:
Ride7_7.42.12.0305
Rkit-ARM_1.48.13.0029

New:
Ride7_7.44.13.0109
Rkit-ARM_1.50.13.0109

With the old system, I can see 127 elements of my array, with the new, only one element. I messed around with the watch window setting and no luck.

#define BLOCK_SIZE 512
uint8_t DevicePN[BLOCK_SIZE];

I cannot confirm right now but I think when I compile the same source code on the new setup, it does not verify to the loaded coded on the target compiled under the old system.

Replies
Post Information Post
+1
0
-1
June 17, 2013 - 9:05am
Raisonance Support Team

Hello,

On the new release of Ride7 you see by default only the first index of the array.
To see the others you should:
- right click on your array
- click on Range
- define the first and the last index you want to see.

Best regards,

+1
0
-1
June 19, 2013 - 5:12pm
Guest

OK got it, now I see another problem with the same before/after setup. I can't set breakpoints in debug on the new setup.

+1
0
-1
June 19, 2013 - 11:17pm
Guest

UPDATE- I just realized that the breakpoint problem is on my M0 platform. Another developer had this problem where I could debug my application but if he used my project, he couldn't. What's the fix for this?

+1
0
-1
June 20, 2013 - 6:21pm
Guest

It was a project setting.

+1
0
-1
June 21, 2013 - 9:04am
Raisonance Support Team

Thank you for your feedback
Best regards,