Re: The Emacs keybindings of "C-x [space]" described in a maybe still widely referred tutorial are outdated.
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 7 Apr 2022 09:59:39 +0800 > From: Hongyi Zhao via Gdb <[email protected]> > > I've noticed the "An Introduction to GDB in Emacs" here [1]. > > The above introduction says the following: > > ``` > Set a breakpoint by going to the source line of the program you're > debugging, and typing: > > C-x [space] > > (That's the space bar.) GDB will tell you that you've just set a breakpoint. > ``` It turns out that site has nothing to do with the GDB project. So we cannot fix that. The site was last updated 25 years ago, so it is not surprising its information is outdated. (I'm sorry I didn't notice originally that you were talking about this URL. I thought you were quoting from the GDB manual.) Thanks.