B:如何查看程序执行流程
什么是断点:
如何设置断点:
在哪里设置断点:
如何运行设置断点后的程序:
看哪些地方:
如何去断点:
public Stirng toString() { return name + "," + age; }