20165339第四周课上作业补交

一.书上代码运行截图

递归

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用来查看运行到了源代码的什么位置
posted @ 2018-03-25 10:48  唐羽瞳  阅读(123)  评论(3编辑  收藏  举报