emacs-devel
[Top][All Lists]
Advanced

[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: Fri, 11 Aug 2017 15:43:54 +0300

> From: Itai Berli <address@hidden>
> Date: Fri, 11 Aug 2017 12:55:38 +0300
> Cc: Paul Eggert <address@hidden>, Emacs developers <address@hidden>
> 
> Typing "b main<RET>" in the *gud* buffer results in the following error 
> message:
> 
> > Current buffer has no process

You didn't start the debugging session correctly.

Here's a full recipe:

  M-x cd RET /where/you/have/emacs/binary RET
  M-x gud-gdb RET
  <edit the command to leave only "emacs", not "bootstrap-emacs">
  RET

After the last RET you should see a (gdb) prompt in the "*gud-emacs*
buffer.

 (gdb) b main
 (gdb) run -Q




reply via email to

[Prev in Thread] Current Thread [Next in Thread]