------------恢复内容开始------------

一、debug

1.step over f8(单步调试)

python debug调试

 

 

2.进入到下一个断点

python debug调试

 

 

3.运行到指定行

python debug调试

 

 

4.进入到对应的代码行,(和单步调试配合使用,它可以跳到具体的每一步中查看)

python debug调试

 

 

 5.进入到自己写的代码

python debug调试

 

 

6.退出

python debug调试

 

 

 

------------恢复内容结束------------

相关文章: