Basic gdb setup
This commit is contained in:
parent
dc6b9e1d2e
commit
5f5960804f
2 changed files with 7 additions and 1 deletions
3
custom/setup-gdb.el
Normal file
3
custom/setup-gdb.el
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(setq gdb-many-windows 1)
|
||||
|
||||
(provide 'setup-gdb)
|
||||
5
init.el
5
init.el
|
|
@ -84,7 +84,10 @@
|
|||
;; setup Windows if our bootloader is Windows
|
||||
(if (eq system-type 'windows-nt)
|
||||
(require 'setup-windows)
|
||||
)
|
||||
)
|
||||
|
||||
;; setup gdb
|
||||
(require 'setup-gdb)
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue