Page 1 of 1
add "$" for hexadecimal when debugging
Posted: Mon Jan 09, 2017 5:00 pm
by Maitre_Kanter
Hi there,
Is it possible to add the "$" char when debugging if "Display Hexadecimal" is checked ?
It's confusing to see '10'. May be 10 or 16 in decimal...
TIA
Re: add "$" for hexadecimal when debugging
Posted: Mon Jan 09, 2017 10:36 pm
by Dude
If "Display Hexadecimal" is checked, then why would you expect 10 to be decimal?

You've set it all to hex, so that's what you're seeing.
Re: add "$" for hexadecimal when debugging
Posted: Tue Jan 10, 2017 10:07 pm
by Sicro
Hello Dude,
not all programmers work only with their own PB IDE. If you are working on the PB IDE from a colleague or you have stopped working with PB for a while and do not know the settings anymore, it is not always clear whether the value is displayed as a decimal or hexadecimal. It is clear only when you look at the PB settings or it is a value, which is recognizable as a hexadecimal value.
+1
Re: add "$" for hexadecimal when debugging
Posted: Tue Jan 10, 2017 10:17 pm
by davido
I think it adds clarity so...
+1