Support representation change of debug variables, e.g. base 16 instead of base 10 #215
Labels
feature-request
Request for new features or functionality
needs community feedback
on-testplan
Added to test plan
Milestone
I am currently debugging memory and its data from a RISC-V processor via cocotb, but all values are displayed with base 10.

This even happens if it's raw data. This it how it looks:
But I want to see those values in hexadecimal. In that example, it should show the values
0x160
and0x180
.My proposed fix would be to add the possibility to change the representation via the drop down menu:
Where I can change the representation of the given value.
The text was updated successfully, but these errors were encountered: