首页 > 其他 > 详细

2021-04-24 程序调试-Debug

时间:2021-04-24 20:28:48      阅读:14      评论:0      收藏:0      [点我收藏+]

pycharm中有这些调试功能:step over 、step into 、step into my code、force step into、 step out 、                     run to cursor

idea中有这些调试功能:       step over 、step into 、                                force step into、 step out 、drop frame、run to cursor

 

step over :             单步执行,不会进入自定义方法

step into :              会进入自定义方法,不会进入官方类库的方法

step into my code:从源码跳到自己的代码

force step into :     能进入任何方法

step out :               运行完当前的方法,回到上一层方法

drop frame:           返回到当前方法的调用处,相当于后悔药

run to cursor:   运行到光标处

Evaluate:    Evaluate 可以 Debug 表达式,查看某个对象的引用

 

Resume Program:跳到下一个断点,如果没有就运行结束

 参考来源:https://blog.csdn.net/deepwishly/article/details/54645022

 

2021-04-24 程序调试-Debug

原文:https://www.cnblogs.com/yinwenbin/p/14697709.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!