You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
VSCode provides a mechanism to launch a memory viewer for certain items in the Variables/Watch panels. It users its own HexEditor to provide the visualization. There is no user-level customization provided by VSCode to change which extension/visualizer/editor should be used to display the memory contents. We have been in discussion s with Microsoft for over a year and got many votes but there is no interest from them in providing such a customization.
To launch a memory viewer, this is the button in the Variable/Watch panels I was referring to. The button on the far right that looks like binary data
Describe the solution you'd like
As a stopgap, could we detect a new HexEditor being launched and convert that into a view in the memory panel?
Describe alternatives you've considered
Tried to get the HexEditor to be more debugger-friendly, so this extension is not even needed. 2+ years and here we are. It is focused on editing files
Additional context
The following issues we have filed with VSCode. We made near-zero progress
I implemented the following settings and what you see below are the defaults. You probably installed our extension because you are more interested in seeing memory views done better. It should be released shortly
Note that we will remove these features if/when VSCode provides proper ways to extend their stuff. I don't like doing it this way at all.
Please vote to give us feedback. Like, hate, useless, distracting, improvements, etc. Use emojis in this box but please also leave feedback if you have suggestions focused on this topic
Is your feature request related to a problem? Please describe.
VSCode provides a mechanism to launch a memory viewer for certain items in the Variables/Watch panels. It users its own HexEditor to provide the visualization. There is no user-level customization provided by VSCode to change which extension/visualizer/editor should be used to display the memory contents. We have been in discussion s with Microsoft for over a year and got many votes but there is no interest from them in providing such a customization.
To launch a memory viewer, this is the button in the Variable/Watch panels I was referring to. The button on the far right that looks like binary data

Describe the solution you'd like
As a stopgap, could we detect a new HexEditor being launched and convert that into a view in the memory panel?
Describe alternatives you've considered
Tried to get the HexEditor to be more debugger-friendly, so this extension is not even needed. 2+ years and here we are. It is focused on editing files
Additional context
The following issues we have filed with VSCode. We made near-zero progress
microsoft/vscode#155597
microsoft/vscode#197287
microsoft/vscode#197458
The text was updated successfully, but these errors were encountered: