我想补充一个断点为整个类,而不是只为一个功能,所以我可以看到,如果这个类将被使用。
断点添加到构造(或多个)。如果一个不存在创建一个空的用于这一目的。例如。
public class Example { public Example() { // Breakpoint goes here. } }