User | Kudos |
---|---|
7 | |
6 | |
2 | |
2 | |
2 |
Maybe it already is but i couldn't find it. If it is then perhaps someone would let me know. if it isn't, as I suspect, here's my idea.
When debugging a program that manipulated a lot of U8's recently I became exasperated by the fact that the probe view window would only display the values of say an array of U8's as a list of decimal numbers. The documentation for the algorithm I was implementing was written entirely in Hex with lots of tables of expected 64-bit numbers printed as Hex strings. Checking between the displayed decimal values and the Hex tables was really tedious and confusing. In the end I gave up using the probe window and created new indicators set to hex. This required quite a bit of reorganisation of the code, which would have been avoidable if the probe window allowed radix changes. This would ideally be on a pre probe basis since some probes will need to be in decimal perhaps whilst others are in hex or binary or whatever.
An option to display an array of booleans as as a hex or other number would have been helpful too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.