从 Intellij 远程 python 调试
Remote python debugging from Intellij
新 Run Configuration | Python Remote Debugging
中的以下说明将我们指向 pycharm-debug.egg
:
但是在 Intellij 安装中的任何地方都没有 .egg
文件。那么..从哪里获得执行调试所需的文件/.egg?
我正在使用 IJ Ultimate 2017.1.4
根据说明here (See section titled: Remote debug with a Python Debug Server),您可以从以下目录获取它:
- Windows: 在.IntelliJIDEAXXXX.X\config\plugins\python下
用户主目录。
- *NIX:在用户家的.IntelliJIDEAXXXX.X/config/plugins/python目录下。
- macOS:在/Users/jetbrains/Library/Application下
Support/IntelliJIDEAXXXX.X/python/目录
新 Run Configuration | Python Remote Debugging
中的以下说明将我们指向 pycharm-debug.egg
:
但是在 Intellij 安装中的任何地方都没有 .egg
文件。那么..从哪里获得执行调试所需的文件/.egg?
我正在使用 IJ Ultimate 2017.1.4
根据说明here (See section titled: Remote debug with a Python Debug Server),您可以从以下目录获取它:
- Windows: 在.IntelliJIDEAXXXX.X\config\plugins\python下 用户主目录。
- *NIX:在用户家的.IntelliJIDEAXXXX.X/config/plugins/python目录下。
- macOS:在/Users/jetbrains/Library/Application下 Support/IntelliJIDEAXXXX.X/python/目录