Visual D debugging messed up
IntegratedDimensions
IntegratedDimensions at gmail.com
Wed May 23 20:46:30 UTC 2018
Another issues is that the watch/auto's are arounding doubles.
I have a value that is like 4.999953943 and it shows 5.
I'd rather see at least several digits. This is because when I
cast it to int I get 4 and the original shows 5 and it is
confusing where the 1 went when one expects to see higher
precision... there is plenty of rooms to show more digits so no
reason to round... it is a double after all but looks like an int
in the watch window.
More information about the Digitalmars-d-ide
mailing list