Skip to content

Commit 47c8280

Browse files
authored
Adding commands to change output radix to Live Watch (#990)
1 parent c057e63 commit 47c8280

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,16 @@
488488
"when": "view == cmsis-debugger.liveWatch",
489489
"group": "contextMenuG3@1"
490490
},
491+
{
492+
"command": "cdt.debug.setOutputRadixToDecimal",
493+
"when": "(view == cmsis-debugger.liveWatch) && inDebugMode && cdt.debug.outputRadix && cdt.debug.outputRadix != 'decimal' && (debugType == 'gdb' || debugType == 'gdbtarget')",
494+
"group": "contextMenuG4@1"
495+
},
496+
{
497+
"command": "cdt.debug.setOutputRadixToHex",
498+
"when": "(view == cmsis-debugger.liveWatch) && inDebugMode && cdt.debug.outputRadix && cdt.debug.outputRadix != 'hexadecimal' && (debugType == 'gdb' || debugType == 'gdbtarget')",
499+
"group": "contextMenuG4@2"
500+
},
491501
{
492502
"command": "vscode-cmsis-debugger.componentViewer.lockComponent",
493503
"when": "view == cmsis-debugger.componentViewer && viewItem == parentInstance",

0 commit comments

Comments
 (0)