comparison man/building.texi @ 67067:18cd75eca849

(Watch Expressions): Expand description.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 21 Nov 2005 21:50:16 +0000
parents 9a9cddf82cc4
children 56b37a553ade
comparison
equal deleted inserted replaced
67066:9a9cddf82cc4 67067:18cd75eca849
900 then place the cursor over the variable name and click on the watch 900 then place the cursor over the variable name and click on the watch
901 icon in the tool bar (@code{gud-watch}). 901 icon in the tool bar (@code{gud-watch}).
902 902
903 Each watch expression is displayed in the speedbar. Complex data 903 Each watch expression is displayed in the speedbar. Complex data
904 types, such as arrays, structures and unions are represented in a tree 904 types, such as arrays, structures and unions are represented in a tree
905 format. Leaves show the name of the expression and its value and the 905 format. Leaves and simple data types show the name of the expression
906 data type displays as a tooltip. Higher levels just show the name and 906 and its value, and display the type as a tooltip. Higher levels
907 the data type. 907 just show the name and the data type.
908 908
909 To expand or contract a complex data type, click @kbd{Mouse-2} 909 To expand or contract a complex data type, click @kbd{Mouse-2}
910 on the tag to the left of the expression. 910 on the tag to the left of the expression.
911 911
912 @findex gdb-var-delete 912 @findex gdb-var-delete