File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 "title" : " Show in Memory Inspector" ,
164164 "category" : " Live Watch"
165165 },
166+ {
167+ "command" : " vscode-cmsis-debugger.liveWatch.setValue" ,
168+ "title" : " Set Value" ,
169+ "category" : " Live Watch"
170+ },
166171 {
167172 "command" : " vscode-cmsis-debugger.componentViewer.lockComponent" ,
168173 "title" : " Lock Component" ,
326331 "command" : " vscode-cmsis-debugger.liveWatch.showInMemoryInspector" ,
327332 "when" : " false"
328333 },
334+ {
335+ "command" : " vscode-cmsis-debugger.liveWatch.setValue" ,
336+ "when" : " false"
337+ },
329338 {
330339 "command" : " vscode-cmsis-debugger.componentViewer.lockComponent" ,
331340 "when" : " false"
473482 "when" : " view == cmsis-debugger.liveWatch && viewItem == parentExpression" ,
474483 "group" : " contextMenuG1@4"
475484 },
485+ {
486+ "command" : " vscode-cmsis-debugger.liveWatch.setValue" ,
487+ "when" : " view == cmsis-debugger.liveWatch" ,
488+ "group" : " contextMenuG1@5"
489+ },
476490 {
477491 "command" : " vscode-cmsis-debugger.liveWatch.deleteAll" ,
478492 "when" : " view == cmsis-debugger.liveWatch" ,
You can’t perform that action at this time.
0 commit comments