一、断点调试1. 源断点要输出每一次的参数信息:System.out.print不应该使用它,它是一个同步方法,是线程安全,过多时会挤占线程、占用资源!//内部实现public void println(int x) { synchronized (this) {