Hi
The Local Wactch window is in decimal. How can I convert it to hexadecimal?
Hi Asuna,
This is still an open issue in CMSIS-Debugger:https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/740Please subscribe to follow up on the issue. As a temporary workaround, you can set output-radix in the launch.json file. This will convert all values into hexadecimal: "initCommands": [ "set output-radix 16", "monitor reset halt", "tbreak main" ],To prevent the setting from being overwritten, remember to set "updateConfiguration" to "manual."
Alternatively, you can also set it in the Debug Console:github.com/.../tipsandtricks.md