Topic : Doubles on Watchlist

Forum : Ride IDE

Original Post
Post Information Post
December 17, 2009 - 12:22am
Guest

The watchlist doesn't seem to handle variables of the type "double" correctly. In the following screenshot, you can see that fdVal is set to be 100.32, but after execution of this line of code, the watchlist shows fdVal to be -2.30215e+20. Also, why do fdVal and &fdVal have the same value?

Here you can see that fdVal is of type double:

Replies
Post Information Post
+1
0
-1
December 17, 2009 - 11:09am
Raisonance Support Team

Hi,

Floating point variable display is a known bug and it will be fixed in the next RKit-ARM release.

If you can't wait for it, contact explaining your problem and we'll send you the fix.

Regards,

Stéphane

+1
0
-1
December 17, 2009 - 4:35pm
Guest

What about the fact that fdVal and &fdVal are always the same value? That happens with non-floating point variables as well.