Android Realm - debugging [duplicate]
问题 This question already has answers here : Cannot retrieve field values from realm object, values are null in debugger (3 answers) Closed 2 years ago . I want to see the values of Realm object variables For Example: Student (int studentID, ArrayList <Subject> subjectList) Subject (int subjectID, String subjectName) I want to see the names of subjects in a student object when debugging using Android Studio. Where should I look in android studio debug window to find a student's the subjects list?