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.