pipizhu1211 发表于 2013-12-30 10:38:15

CW10.4 软件仿真看变量可以一次把数据的格式转换不(已解决)

本帖最后由 FSL_TICS_ZJJ 于 2014-1-27 16:03 编辑

默认是字符的,转为 10进制或者16进制痛苦的要死

expressions查看方式

FSL_TICS_ZJJ 发表于 2013-12-30 11:37:55

(正解)

本帖最后由 FSL_TICS_ZJJ 于 2014-1-27 16:03 编辑

您好,一个一个设置确实比价繁琐,其实CW是可以设置这些expressions的默认类型的。
具体设置步骤如下:

1.Select Window > Preferences from C/C++ perspective toolbar.
The Preferences window appears.

2.Select C/C++ > Debug.
The Debug settings appear.

3.Change Default expression format to Hexadecimal. By default, it is set to Natural (for more information, refer to the image listed below).
Figure 1. Preferences Window-Debug Page

4.Click Apply.
5.Click OK.
6.Restart CodeWarrior Development Studio.
When Variables view appears in the debug perspective, the variables appear in the Hexadecimal format.

Note: This setting is a global setting.
页: [1]
查看完整版本: CW10.4 软件仿真看变量可以一次把数据的格式转换不(已解决)