[Solved] More flexible Debug output
Posted: Thu Sep 05, 2013 10:27 am
I would appreciate it, if the output of Debug would be more flexible and thus sometimes more precise.
Currently, e.g. displays
In order to see the correct result 0.4, we have to write It seems that Debug rounds the result of the division down to an integer, before displaying it.
It would be nice if would display 0.4.
Thanks for considering this suggestion.
Currently, e.g.
Code: Select all
Debug 2/5
(tested with the internal debugger of PB 5.11 and PB 5.20 beta 16).0
In order to see the correct result 0.4, we have to write
Code: Select all
Debug StrD(2/5)
It would be nice if
Code: Select all
Debug 2/5
Thanks for considering this suggestion.