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

Support for viewing variables in hex/bin mode when debugging #6521

Open
AlexanderNarbekov opened this issue Nov 16, 2020 · 14 comments
Open

Support for viewing variables in hex/bin mode when debugging #6521

AlexanderNarbekov opened this issue Nov 16, 2020 · 14 comments

Comments

@AlexanderNarbekov
Copy link

VSC has this support since version 1.50:
https://code.visualstudio.com/updates/v1_49#_contributable-context-menu-for-variables-view
microsoft/vscode#28025 (comment)
But does the extension support it?( It doesn't work out of the box for me.)

@WardenGnaw
Copy link
Member

The extension does not contribute to the "debug/variables/context" yet.

I have marked this as a feature request. Thank you for letting us know it is available.

We will need to add

"contributes": {
    "menus": {
      "debug/variables/context": [
        {
          "command": "cpptools.<COMMAND>",
          "when": "debugConfigurationType == 'cppdbg'
        }
      ]
    }
  }

to our launch.json and implement the new <COMMAND>

"contributes": {

@heartacker
Copy link

hi,any update for this

@heartacker
Copy link

hi,that is great to have this feature when debuging

@audetto
Copy link

audetto commented May 5, 2021

Is this still not possible?
Doing it one by one in the watch window is painful, especially when the values are deep inside structs.

Normal VisualStudio has had this feature for eons

@hwmaier
Copy link

hwmaier commented Aug 13, 2021

Having this feature available would be so useful.

@zengderui
Copy link

Make it happen, please!

@mika76
Copy link

mika76 commented Oct 14, 2021

Being able to view a byte array as a list of hex values and not useless decimals would be great 😊

@PterX
Copy link

PterX commented Nov 12, 2021

Make it happen, please!

@alexolog
Copy link

Please implement it. Who even uses octal in this day and age?

@jmbo
Copy link

jmbo commented Sep 8, 2022

Duplicate of #557

@are-scenic
Copy link

👍

@yakamoz423
Copy link

need this

@undici77
Copy link

undici77 commented Sep 2, 2023

Yes please! <3

@HybridShivam
Copy link

Can the embedded developers get this please!

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

No branches or pull requests