# HG changeset patch # User Oleksandr Gavenko # Date 1388431212 -7200 # Node ID df3489a212a9655914bd1c586f227c1d43c3ffd8 # Parent ca26bcd6e73bcc49449d99c2f98e988629070567 Show sources along with debugger. diff -r ca26bcd6e73b -r df3489a212a9 .emacs-my --- a/.emacs-my Sat Dec 28 14:18:28 2013 +0200 +++ b/.emacs-my Mon Dec 30 21:20:12 2013 +0200 @@ -2163,6 +2163,12 @@ (add-to-list 'auto-mode-alist '("SConscript\\'" . python-mode)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "gdb, gud") +;; Use C-x SPACE to set breakpoint in source file. + +(setq gdb-show-main t) ; See also (gdb-many-windows) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "TAGS, etags, ctags, GNU GLOBAL") ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to