如何中断Ubuntu中断python程序 如何中断python运行

主机教程 建站分享 2年前 (2022-09-11) 314次浏览

文章摘要:如何中断Ubuntu中断python程序 如何中断python运行

Ubuntu中断python程序的方法: 1.可以设置断点来中断python程序,例如: (Pdb) b 8 […]

Ubuntu中断python程序的方法:

1.可以设置断点来中断python程序,例如:

(Pdb) b 8 #断点设置该文件的第8行

2.结束python程序来中断。

pkill python


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:如何中断Ubuntu中断python程序 如何中断python运行
文章链接:http://www.7966.org/post/13979.html
转载请注明出处

喜欢 (0)