Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1a98c364
Commit
1a98c364
authored
Jan 17, 2014
by
Bastien Guerry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
parent
20adfbd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/building.texi
doc/emacs/building.texi
+3
-3
No files found.
doc/emacs/ChangeLog
View file @
1a98c364
2014-01-17 Bastien Guerry <bzg@gnu.org>
* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
2014-01-15 Glenn Morris <rgm@gnu.org>
2014-01-15 Glenn Morris <rgm@gnu.org>
* files.texi (File Conveniences):
* files.texi (File Conveniences):
...
...
doc/emacs/building.texi
View file @
1a98c364
...
@@ -618,12 +618,12 @@ associated with an identifier when the program is not executing.
...
@@ -618,12 +618,12 @@ associated with an identifier when the program is not executing.
selecting stack frames, and stepping through the program.
selecting stack frames, and stepping through the program.
@table @kbd
@table @kbd
@item C-x
@key{SPC}
@item C-x
C-a C-b
@kindex C-x
SPC
@kindex C-x
C-a C-b
Set a breakpoint on the source line that point is on.
Set a breakpoint on the source line that point is on.
@end table
@end table
@kbd{C-x
@key{SPC}
} (@code{gud-break}), when called in a source
@kbd{C-x
C-a C-b
} (@code{gud-break}), when called in a source
buffer, sets a debugger breakpoint on the current source line. This
buffer, sets a debugger breakpoint on the current source line. This
command is available only after starting GUD@. If you call it in a
command is available only after starting GUD@. If you call it in a
buffer that is not associated with any debugger subprocess, it signals
buffer that is not associated with any debugger subprocess, it signals
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment