[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging with emacs on Apple M1
From: |
Po Lu |
Subject: |
Re: Debugging with emacs on Apple M1 |
Date: |
Fri, 12 Nov 2021 08:55:05 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Jonathon McKitrick <jcm@beastie.sdf.org> writes:
> I have a small C project that I can build and debug with lldb. I'd
> really like to use a more powerful debugger in emacs, but I'm not sure
> what would be my best option, since I'm running on Apple M1.
I would generally recommend you use GDB, it has excellent integration
with Emacs. FWIW, I find its ergonomics superior to LLDB as well. But
I don't know if it entirely supports ARM macOS.