Android的领域 - 调试 [英] Android Realm - debugging

查看:133
本文介绍了Android的领域 - 调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要见境界对象变量的值

I want to see the values of Realm object variables

Student (int studentID, ArrayList <Subject> subjectList)

Subject (int subjectID, String subjectName)

我想看到的科目名称在学生对象使用Android Studio中调试时。

I want to see the names of subjects in a student object when debugging using Android Studio.

我应该从哪里寻找在Android Studio中调试窗口中找到一个学生的科目列表?

推荐答案

服务器代理将模型对象,是一个零拷贝存储系统,以便为了检查一个字段的值,你需要使用评估前pression 调试器的功能。

Realm proxies your model objects and is a zero-copy storage system so in order to inspect the value of a field you need to use the evaluate expression feature of the debugger.

我们正在考虑的可能性编写插件,调试器可以直接显示的值,但仍处于调查阶段。

We are considering the possibility to write a plugin for the debugger to show the values directly, but that is still at an investigation stage.

这篇关于Android的领域 - 调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆