在哪里可以找到pycharm-debug.egg for Idea?

cze*_*rny 7 python debugging remote-debugging intellij-idea pycharm

pycharm-debug.egg在IntelliJ Idea(2016.2)安装目录中找不到,该从哪里获得?

cze*_*rny 6

它作为PyCharm的一部分分发到其debug-eggs目录中。在MacOS上,右键单击PyCharm.app,单击“显示程序包内容”,然后在Contents/debug-eggs/

在此处输入图片说明


The file was also available in JetBrains/intellij-community github repository:
https://github.com/JetBrains/intellij-community/blob/162.1628/python/testData/debug/pycharm-debug.egg

Change the branch to match your version appropriately. One has to pay attention to versions since if version of the egg doesn't match the version of Idea

Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder.
Run Code Online (Sandbox Code Playgroud)

may be printed or the debugger may even refuse connection.

  • 在该位置该仓库中似乎不再存在文件。:/ (4认同)