all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to run emacs under a debugger on macOS?
@ 2020-01-11 11:32 Pankaj Jangid
  2020-01-11 13:48 ` Alan Third
  0 siblings, 1 reply; 6+ messages in thread
From: Pankaj Jangid @ 2020-01-11 11:32 UTC (permalink / raw)
  To: emacs-devel

I haven't done any C/C++ programming on macOS. I am just a user who
connects to remote machines for development. Those who have done it on
macos, please help.

On GNU/Linux, launching a debug build under a debugger is simple "gdb
<binary>". How does Emacs dev community do so on macos? Also tell me how
to make a debug build on macos. Usually I just

make install
test the binary (./src/emacs -Q)
rm -rf /Applications/Emacs.app
cp -r nextstep/Emacs.app /Applications/Emacs.app

In short,
1. How to make debug build?
2. How to launch emacs under a debugger on macos?
3. Any other instructions relevant for debugging.

Regards,
Pankaj





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

end of thread, other threads:[~2020-01-12  4:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-11 11:32 How to run emacs under a debugger on macOS? Pankaj Jangid
2020-01-11 13:48 ` Alan Third
2020-01-11 13:58   ` Yuan Fu
2020-01-11 19:00   ` Pankaj Jangid
2020-01-11 19:11     ` Alan Third
2020-01-12  4:24       ` Pankaj Jangid

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.