PyCharm远程Debug
pip install pydevd-pycharm~=<version of PyCharm on the local machine>
import pydevd_pycharm
pydevd_pycharm.settrace('localhost', port=4244, stdoutToServer=True,
stderrToServer=True)
详细文档
https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html
依赖树分析
pip install pipdeptree
pipdeptree
pipdeptree -p xxxx包名