比如: server端返回list,而list中存放的是下面这个 bean: public class Person { private String name; private Integer id; pirvate String address; public void set(){……} public String get(){……} }
0: Single line of debug 单行调试 1: Multi-line debug that does not dig into child objects 不分析子元素的多行调试 2: Multi-line debug that digs into the 2nd layer of child objects 最多分析到第二层子元素的多行调试