iarsystems / iar-vsc-debug

Visual Studio Code extension for the IAR C-SPY debugger
19 stars 1 forks source link

how can i change the vsc-debug variable displayed format? the default format is decimal #30

Closed TwoBrushes closed 1 year ago

HampusAdolfsson commented 1 year ago

This is not supported currently, but we are aware that it's a highly requested feature.

See #13 (closing this as duplicate)

TwoBrushes commented 1 year ago

This is not supported currently, but we are aware that it's a highly requested feature.

See #13 (closing this as duplicate)

How can I view the content of a specific memory address in vsc-debug like in iar?

HampusAdolfsson commented 1 year ago

VS Code's memory view doesn't have this feature at the moment. It can only inspect memory at the address of specific variables/expressions.

You can get around this by adding an expression to the 'Watch' window that points to the address you want to inspect, and then pressing the 'View Binary Data' button. The following example will let you inspect the memory at address 0x1234: image