Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make debugger config work when changing repos while debugging
When changing repos while debugging, the current working directory changes, which means that a daemon lazygit doesn't find the debugger_config.yml file any more when you do an interactive rebase. Fix this by using an absolute path for the --use-config-file option.
- Loading branch information