You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you select the expression value of a watch window variable, it selects the text. If you then click away, it will sometimes change the value. This makes it very easy to accidently change a value you didn't want to change when debugging. Below is a video to demonstrate.
But anyways, I don't think this is technically bug. I think what's happening is when you click away the text expression gets evaluated again. Floats are displayed without the 'f' suffix and when the expression gets evaluated again it doesn't have the 'f' suffix that it expects and so it just sets the value to 0.0. This seems to happen to floats only.
What I think the desired behavior should be is that clicking away should never change the value at all if text wasn't modified. It would also be nice to be able to set floating point numbers without having to type a decimal and 'f' suffix.
2024-12-31_15-37-30.mp4
The text was updated successfully, but these errors were encountered:
version: 0.9.14 ALPHA [a40c26a]
If you select the expression value of a watch window variable, it selects the text. If you then click away, it will sometimes change the value. This makes it very easy to accidently change a value you didn't want to change when debugging. Below is a video to demonstrate.
But anyways, I don't think this is technically bug. I think what's happening is when you click away the text expression gets evaluated again. Floats are displayed without the 'f' suffix and when the expression gets evaluated again it doesn't have the 'f' suffix that it expects and so it just sets the value to 0.0. This seems to happen to floats only.
What I think the desired behavior should be is that clicking away should never change the value at all if text wasn't modified. It would also be nice to be able to set floating point numbers without having to type a decimal and 'f' suffix.
2024-12-31_15-37-30.mp4
The text was updated successfully, but these errors were encountered: