一.书上代码运行截图



递归

JDB

二.知识点
Ctrl+Shift+T打开三个标签stop in <class id>.<method>在方法中设置断点stop at <class id>:<line>在行中设置断点clear列出断点clear <class id>.<method>清除方法中的断点clear <class id>:<line>清除行中的断点use [source file path]显示或改源路径list用来查看运行到了源代码的什么位置





Ctrl+Shift+T打开三个标签stop in <class id>.<method>在方法中设置断点stop at <class id>:<line>在行中设置断点clear列出断点clear <class id>.<method>清除方法中的断点clear <class id>:<line>清除行中的断点use [source file path]显示或改源路径list用来查看运行到了源代码的什么位置原文:https://www.cnblogs.com/tytiswd/p/8643347.html