📜  python notebook 断点 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:56.006000             🧑  作者: Mango

代码示例1
from IPython.core.debugger import Pdb; 

#Insert the above line wherever you want to add the breakpoint
Pdb().set_trace()