>>> "Noam" == Noam Postavsky writes: > On 29 April 2018 at 11:01, Uwe Brauer wrote: >> But I still don't get it to work. I do >> >> cd src/emacs/src (dir where the new emacs is compiled) >> gdb >> run /home/oub/src/emacs/src/emacs >> What do I miss? > It should be > cd src/emacs/src > gdb emacs > run That it was, thanks!! May I suggest, again, to add just these lines to the DEBUG file. Most likely this all trivial stuff for you but I found it somehow difficult to deduce. > Although if you follow etc/DEBUG, you would be running gdb from within > Emacs using M-x gdb.