unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Help getting started debugging Emacs on macOS Sierra
@ 2017-08-10 23:25 Itai Berli
  2017-08-11  3:04 ` Paul Eggert
  2017-08-11  6:28 ` Eli Zaretskii
  0 siblings, 2 replies; 42+ messages in thread
From: Itai Berli @ 2017-08-10 23:25 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]

Hello.

I'm new to Emacs development.

I'm interesting in exploring the Emacs bidi feature, which is coded in the
files bidi.c and xdisp.c.

To get my feet wet, I'd like to set a breakpoint in the beginning of one of
the functions in one of these files, I don't care which one, and step
through the function in a debugger.

Not only am I new to Emacs development, I'm also new to developing C
programs. Ideally, I'd like to do this in the Eclipse IDE for C/C++
Developers (Oxygen Release 4.7.0). However, I'm also willing to try another
debugger, such as a command-line one, if it's easier to get started.

My operating system is macOS Sierra Version 10.12.6 (the latest version).
My LLVM version is 8.1.0 (clang-802.0.42).

I'll appreciate it if someone can walk me through the steps needed to get
up and running.

I have downloaded Emacs from git by running

> git clone git://git.savannah.gnu.org/emacs.git

I then compiled and installed it by running the following sequence of
scripts.

> ./autogen.sh
> ./autogen.sh git
> ./configure
> make
> make install

All the scripts finished successfully. In the end I was able to start the
Emacs GUI from the command line by running

> open nextstep/Emacs.app

The Emacs version that displayed was GNU Emacs 26.0.50 (build 1,
x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G29)).

[-- Attachment #2: Type: text/html, Size: 2140 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2017-08-12 14:20 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 23:25 Help getting started debugging Emacs on macOS Sierra Itai Berli
2017-08-11  3:04 ` Paul Eggert
2017-08-11  5:06   ` Itai Berli
2017-08-11  8:47     ` Paul Eggert
2017-08-11  8:57       ` Itai Berli
2017-08-11  9:27         ` Itai Berli
2017-08-11  9:52           ` Eli Zaretskii
2017-08-11  9:55             ` Itai Berli
2017-08-11  9:59               ` Itai Berli
2017-08-11 10:09                 ` Itai Berli
2017-08-11 11:46                   ` Tino Calancha
2017-08-11 12:14                     ` Itai Berli
2017-08-11 12:33                       ` Tino Calancha
2017-08-11 12:40                         ` Itai Berli
2017-08-11 12:48                           ` Tino Calancha
2017-08-11 13:17                             ` Itai Berli
2017-08-11 13:20                               ` Tino Calancha
2017-08-11 13:25                                 ` Itai Berli
2017-08-11 14:18                               ` Eli Zaretskii
2017-08-11 14:42                                 ` Itai Berli
2017-08-11 15:08                                   ` Eli Zaretskii
2017-08-11 15:34                                     ` Itai Berli
2017-08-11 16:07                                       ` Itai Berli
2017-08-11 16:08                                       ` Eli Zaretskii
2017-08-11 17:32                                         ` Itai Berli
2017-08-12  9:53                                           ` Itai Berli
2017-08-12 10:20                                             ` Eli Zaretskii
2017-08-12 10:43                                               ` Itai Berli
2017-08-12 11:43                                                 ` Tino Calancha
2017-08-12 11:59                                                   ` Stephen Berman
2017-08-12 12:08                                                     ` Itai Berli
2017-08-12 12:14                                                       ` Stephen Berman
2017-08-12 12:15                                                       ` Eli Zaretskii
2017-08-12 13:28                                                         ` Itai Berli
2017-08-12 13:47                                                           ` Tino Calancha
2017-08-12 14:20                                                             ` Anders Lindgren
2017-08-12 11:57                                                 ` Eli Zaretskii
2017-08-11 12:43               ` Eli Zaretskii
2017-08-11  9:35         ` Eli Zaretskii
2017-08-11  6:28 ` Eli Zaretskii
2017-08-11  8:27   ` Itai Berli
2017-08-11  9:30     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).