您的位置:首页 > 移动开发 > Objective-C

Debugging Objects

2016-01-04 18:23 375 查看
1 Displaying and Editing Attributes

Within a debug session, you can inspect an object reference by performing the following steps.

1 double-click on the reference variable name in the ABAP program code.



Figure 1

As you can see in Figure 1, only the internal object ID of the object pointed to are displayed.

2 To view the values of the attributes in this object, you must double click on the reference variable name. This will open up the Object Display mode view shown in Figure 1.

2
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: