>>> "Eli" == Eli Zaretskii writes: >> From: Noam Postavsky >> Date: Sun, 29 Apr 2018 11:33:01 -0400 >> >> cd src/emacs/src >> gdb emacs > I suggest > gdb ./emacs > to be sure you run the correct executable. Yes of course! >> Although if you follow etc/DEBUG, you would be running gdb from within >> Emacs using M-x gdb. > Right.