Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0d8ceaa
Commit
c0d8ceaa
authored
Jan 05, 2000
by
Dave Love
Browse files
GUD tooltips.
parent
4bce911c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
man/building.texi
man/building.texi
+12
-1
No files found.
man/building.texi
View file @
c0d8ceaa
@c This is part of the Emacs manual.
@c Copyright (C) 1985, 86, 87, 93, 94, 95,
19
97 Free Software Foundation, Inc.
@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97
, 2000
Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Building, Abbrevs, Programs, Top
@chapter Compiling and Testing Programs
...
...
@@ -255,6 +255,7 @@ mode, the Python debugger PDB, and to JDB, the Java Debugger.
* Debugger Operation:: Connection between the debugger and source buffers.
* Commands of GUD:: Key bindings for common commands.
* GUD Customization:: Defining your own commands for GUD.
* GUD Tooltips:: Showing variable values by pointing with the mouse.
@end menu
@node Starting GUD
...
...
@@ -531,6 +532,16 @@ If you don't use @samp{%p} in the command string, the command you define
ignores any numeric argument.
@end table
@node GUD Tooltips
@subsection GUD Tooltips
@cindex tooltips with GUD
The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. If
GUD support is activated by customizing the @code{tooltip} group,
variable values can be displayed in tooltips by pointing at them with
the mouse in the GUD buffer or in source buffers with major modes in the
customizable list @code{tooltip-gud-modes}.
@node Executing Lisp
@section Executing Lisp Expressions
...
...
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