GNU bug report logs -
#22984
25.0.92; Typo in etc/DEBUG
Previous Next
Reported by: nljlistbox2 <at> gmail.com (N. Jackson)
Date: Fri, 11 Mar 2016 15:19:01 UTC
Severity: minor
Found in version 25.0.92
Fixed in version 25.0.93
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: nljlistbox2 <at> gmail.com (N. Jackson)
> Date: Fri, 11 Mar 2016 11:18:16 -0400
>
> In line 75 of etc/DEBUG there is the following text:
>
> you can start GDB by typing "M-x GDB RET"
>
> IIUC, this should say
>
> you can start GDB by typing "M-x gdb RET"
Thanks, fixed.
> Additionally, it might be helpful if this file mentioned the "debugger"
> that pops up when debug-on-error is non-nil.
That's not really what that file is about.
> This "debugger" doesn't seem to be a debugger at all, but just a
> help window with a backtrace in it.
No, it's a debugger. See the node "Debugger" in the ELisp manual, it
is described there.
> Also, can one use `M-x gdb RET' in the same instance of Emacs that one
> wishes to debug?
No, of course not. When you attach GDB to a program, GDB stops its,
so Emacs will stop responding, and you will not be able to continue
debugging.
But you can run a second instance of the same binary, and debug the
first instance from that second instance. Perhaps this is what you
had in mind, and this is just a misunderstanding caused by the vague
meaning of "instance"?
This bug report was last modified 9 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.