File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 237237 {
238238 "command" : " rtlDebugger.goToTime" ,
239239 "when" : " rtlDebugger.sessionStatus == running"
240+ },
241+ {
242+ "command" : " rtlDebugger.setRadix.2" ,
243+ "when" : " rtlDebugger.sessionStatus == running"
244+ },
245+ {
246+ "command" : " rtlDebugger.setRadix.8" ,
247+ "when" : " rtlDebugger.sessionStatus == running"
248+ },
249+ {
250+ "command" : " rtlDebugger.setRadix.10" ,
251+ "when" : " rtlDebugger.sessionStatus == running"
252+ },
253+ {
254+ "command" : " rtlDebugger.setRadix.16" ,
255+ "when" : " rtlDebugger.sessionStatus == running"
256+ },
257+ {
258+ "command" : " rtlDebugger.watchVariable" ,
259+ "when" : " rtlDebugger.sessionStatus == running"
260+ },
261+ {
262+ "command" : " rtlDebugger.unWatchVariable" ,
263+ "when" : " rtlDebugger.sessionStatus == running"
240264 }
241265 ],
242266 "view/title" : [
You can’t perform that action at this time.
0 commit comments