-
Notifications
You must be signed in to change notification settings - Fork 296
Command keybindings in config file reset to default on startup #470
Copy link
Copy link
Closed
Labels
BugA report of unintended or broken behavior.A report of unintended or broken behavior.DebuggerPertains to the debugger.Pertains to the debugger.
Description
Custom command keybindings in the config file are reset to defaults on each launch.
Had a quick look at the code — I guess it might be related to this spot:
raddebugger/src/raddbg/raddbg_core.c
Lines 12689 to 12693 in 7048a87
| //- rjf: if config did not define any keybindings for the user, then we need to build a sensible default | |
| if(file_is_okay && kind == RD_CmdKind_OpenUser) | |
| { | |
| rd_cmd(RD_CmdKind_ResetToDefaultBindings); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA report of unintended or broken behavior.A report of unintended or broken behavior.DebuggerPertains to the debugger.Pertains to the debugger.