[Solution found!] 有一个ipdb项目将iPython嵌入到标准pdb中,因此您可以执行以下操作: import ipdb; ipdb.set_trace() 可通过通常的方式安装pip install ipdb。 ipdb ...
確定! 回上一頁