File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments