Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cortex registers view shows decimal instead Hex #440

Closed
Delsian opened this issue Jun 3, 2021 · 3 comments
Closed

Cortex registers view shows decimal instead Hex #440

Delsian opened this issue Jun 3, 2021 · 3 comments

Comments

@Delsian
Copy link

Delsian commented Jun 3, 2021

During debug "Cortex peripherals" shows numbers in HEX, but "Cortex registers" in Decimal.
I see no sense to show decimals for registers, probably better to set display format to Hex

image

@lagerholm
Copy link

See #364.

@Delsian
Copy link
Author

Delsian commented Jun 4, 2021

@lagerholm Thank you, right now it was resolved by adding

            "postAttachCommands": [
                "set output-radix 16"
            ],

into launch.json file. But it's a tricky workaround, I prefer to see this in the base installation.

@haneefdm
Copy link
Collaborator

See most recent release V0.4.2. You have support from the GUI to do this, is persistent and switchable at runtime. You can also do it as a User setting and override per workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants