You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/raddbg/raddbg.mdesk
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,10 @@ RD_VocabTable:
264
264
@default(1) @display_name('Cursor Scope Lines') @description("Controls whether or not scopes containing the cursor in text views are drawn.")
265
265
'cursor_scope_lines': bool,
266
266
267
+
//- rjf: cursor decorations
268
+
@default(1) @display_name('Cursor Trail') @description("Controls whether or not a movement trail of the cursor is drawn.")
269
+
'cursor_trail': bool,
270
+
267
271
//- rjf: thread & breakpoint decorations
268
272
@default(1) @display_name('Thread Lines') @description("Controls whether or not a long horizontal line is drawn before the next line or instruction that the selected thread will execute in source and disassembly views.")
0 commit comments