比如: 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 最多分析到第二層子元素的多行調試