[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help getting started debugging Emacs on macOS Sierra
From: |
Eli Zaretskii |
Subject: |
Re: Help getting started debugging Emacs on macOS Sierra |
Date: |
Sat, 12 Aug 2017 13:20:18 +0300 |
> From: Itai Berli <address@hidden>
> Date: Sat, 12 Aug 2017 12:53:24 +0300
> Cc: Emacs developers <address@hidden>
>
> If I make a change to the code, for experimentation purposes, how do I
> compile it so I can see my change in
> action and debug it? Should I run
>
> ./autogen.sh
> ./autogen.sh git
> CFLAGS='-O0 -g3' ./configure
> make
> make install
>
> or can I simply compile the file that I changed with the compiler (GCC or
> Clang)?
Just "make" should do. Since you are debugging the binary in the
source tree, not the installed binary, "make install" shouldn't be
necessary, AFAIU (but I don't know enough about the intricacies of
macOS installations).
- Re: Help getting started debugging Emacs on macOS Sierra, (continued)
- Re: Help getting started debugging Emacs on macOS Sierra, Eli Zaretskii, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Eli Zaretskii, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Eli Zaretskii, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/11
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra,
Eli Zaretskii <=
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Tino Calancha, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Stephen Berman, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Stephen Berman, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Eli Zaretskii, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Itai Berli, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Tino Calancha, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Anders Lindgren, 2017/08/12
- Re: Help getting started debugging Emacs on macOS Sierra, Eli Zaretskii, 2017/08/12