Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
June 14, 2013 - 5:53pm
|
I installed the latest Ride/RKit on my new computer and have some problems with the watch window. Old: New: 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 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. |
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,
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.
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?
It was a project setting.
Thank you for your feedback
Best regards,