设置断点是没有用的, 可以用system.out.println(""); 打印后台log, 比如加入system.out.println("A"); 和 system.out.println("B"); 如果后台有A, B 输出 证明action 被执行两次。