I'm trying to get used to using Emacs for building and debugging, although I am having some difficulties. My biggest problem right now is that I need to be in (for example, open a file) the root directory for make -kmy applications, and I need to be in the binary directory to run gdb MyApp.
Is it hard to try to get Ctrl + Shift + B before make -k -C <my_hard_coded_dir>and some type with F5 running gdb <MyApp>from my bin directory? Never mind if the shift key is a big problem for Emacs.
source
share