Add gdb interface to the C/C++ mode

This commit is contained in:
2022-06-13 08:01:27 +02:00
parent 14ad96d4da
commit 593ae9806c

View File

@@ -116,6 +116,15 @@ of FILE in the current directory, suitable for creation"
) )
;;; (Packages) ;;; ;;; (Packages) ;;;
(use-package gdb-mi
:quelpa (gdb-mi :fetcher git
:url "https://github.com/weirdNox/emacs-gdb.git"
:files ("*.el" "*.c" "*.h" "Makefile"))
:init
(fmakunbound 'gdb)
(fmakunbound 'gdb-enable-debug))
;; https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/cc-vars.el ;; https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/cc-vars.el
;; user customization variables for CC Mod ;; user customization variables for CC Mod
(use-package cc-vars (use-package cc-vars