(Watch Expressions): Expand description.

This commit is contained in:
Nick Roberts 2005-11-21 21:52:20 +00:00
parent bb8c3b1564
commit f86711a482
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-11-22 Nick Roberts <nickrob@snap.net.nz>
* building.texi (Watch Expressions): Expand description.
2005-11-21 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Font Lock): Font lock is enabled by default now.

View file

@ -902,9 +902,9 @@ icon in the tool bar (@code{gud-watch}).
Each watch expression is displayed in the speedbar. Complex data
types, such as arrays, structures and unions are represented in a tree
format. Leaves show the name of the expression and its value and the
data type displays as a tooltip. Higher levels just show the name and
the data type.
format. Leaves and simple data types show the name of the expression
and its value, and display the type as a tooltip. Higher levels
just show the name and the data type.
To expand or contract a complex data type, click @kbd{Mouse-2}
on the tag to the left of the expression.