gdb: Turn on logging by default
While at it, clean up duplicate setting.
This commit is contained in:
parent
1f281f6bd7
commit
c095856bba
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ set auto-load safe-path /
|
|||
set auto-load python-scripts on
|
||||
set auto-load local-gdbinit
|
||||
set pagination off
|
||||
set logging off
|
||||
set logging on
|
||||
set logging overwrite on
|
||||
set mi-async on
|
||||
set non-stop off
|
||||
set breakpoint pending on
|
||||
|
||||
# Adapted to use neovim from https://github.com/cyrus-and/gdb-dashboard/issues/20
|
||||
define vo
|
||||
|
|
Loading…
Reference in a new issue