Everything

Appendix Contents of Information List Panel

Below chart describes contents of Variable List Panel. For the details, refer to help.

"Static" information is described after build. "Dynamic" information is described after connecting the debug tool.

 

Description

Overview

Static/Dynamic

Variable Name

Name of the variables defined/referenced in C source

Static

File Name

File name of C source file where the variable is defined

Static

File Path

Name of the function where the variable is defined

Static

Import

Source of the variable information

Static

Attribute

Variable's symbol attributes/symbol-modifier attributes

Static

Type

Type of the variable

Static

Members

Members of the structure/union

Static

Address

Variable's allocated address

Static

Size

Size of the variables

Static

Reference Count

Number of times the variable is referenced in the program

Static

Read Count

Number of times the variable was read

Dynamic

Write Count

Number of times the variable was written

Dynamic

Read/Write Count

Number of times the variable was read/write

Dynamic

Minimum Value

Minimum value stored in variables

Dynamic

Maximum Value

Maximum value stored in variables

Dynamic

Data Coverage

Data coverage ratio of the variable

Dynamic

Total

Total of above item in the target file

-