File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 237
237
{
238
238
"command" : " rtlDebugger.goToTime" ,
239
239
"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"
240
264
}
241
265
],
242
266
"view/title" : [
You can’t perform that action at this time.
0 commit comments