CubeIDE live expression Bug Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-15 09:27 AM
Hi dears
I saw a bug in live expressions. So I attached some images.
As you see data's location in Arrey shifted. the correct value is the left one.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-15 04:39 PM
Live expressions have always been iffy. Count yourself lucky if they work at all. That's been my experience at least, for as long as they've been introduced. I suspect there are interactions between Eclipse and the debugger which aren't quite ironed out yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-18 01:45 AM - edited ‎2023-10-18 01:47 AM
Hello @MTora.1 and welcome to the community,
Could you, please, provide how did you defined and used the array variable. In fact, the issue is not reproduced from my side and data's location in the Array is the same in Live Expression and Expression view ,as shown in the following screenshots:
Thanks,
Rim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-27 11:13 PM
Hi Rim
I don't see a similar problem at all times. and it makes the problem worse.
I send its feedback when I face it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-27 11:55 PM
did you modify the source , since you set the variable in live expressions?
i found, also memory view takes (and "remembers") the address in memory, when it was set .
delete it and make it new - is it still wrong? THEN its a bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-06 03:25 AM - edited ‎2024-02-06 03:26 AM
Seen same behaviour with STM32CubeIde 1.14.1...
In particular:
- results (right column) are shifted in position respect to variables names (left column);
- adding a probabily-shown-wrong variable twice shows two different results.
This is very frustrating, since you cannot really trust what you see in Live Expressions.
Thanks!