Local Variables] Window - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

10 DEBUggEr

10.4.8 [local Variables] Window

The [Local Variables] window is used to monitor the values of local variables.
Menus
[Variable] menu
Edit
Places a variable selected in the window into edit mode. While in this state, you can change the
value of that variable.
format
Choose the format in which you wish to display the variable value selected in the window.
Note: When the GDB is closed, the display format set with the set output-radix command is saved. On
the subsequent GDB startup, the display will retrieve the saved display format in place of the
default format.
Contents displayed
The local variable names and values defined in a function that includes the current PC address are displayed.
The variable values are updated after executing the program. When control is transferred to another function,
the local variables displayed in the window are automatically changed.
10-32
Hex:
Hexadecimal
Decimal: Signed decimal
Binary:
Binary
Octal:
Octal
Natural: Common representation for the data type (e.g. decimal for int type
values, hexadecimal for pointers) (default)
If the variable is an array or pointer, a [+] sign is displayed before
the variable name. Clicking the variable changes the sign to [-]
and displays the information in the array or content of the address
indicated by the pointer.
EPSOn
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
S5U1C17001C ManUal

Advertisement

Table of Contents
loading

Table of Contents