debug

1.ide

2.pdb

https://blog.csdn.net/lemonaha/article/details/71305344

两种方式:

1.非侵入式

不加代码

python -m pdb XX.py

2.侵入式

加代码

import pdb

pdb.set_trace()

Author

Lavine Hu

Posted on

2022-03-18

Updated on

2024-04-14

Licensed under

# Related Post
  1.logging
  2.python内存管理
  3.路径
  4.pandas
  5.
  6.metaclass
  7.unittest
  8.list
Comments

:D 一言句子获取中...