简体   繁体   中英

Where can I get pycharm-debug.egg for Idea?

我在IntelliJ Idea(2016.2)安装目录中找不到pycharm-debug.egg ,我在哪里可以得到它?

It is distributed as part of PyCharm in its debug-eggs directory. On MacOS, right click PyCharm.app , Hit Show Package Content and find it in 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.

may be printed or the debugger may even refuse connection.

我刚刚联系了JetBrains并被告知他们的文档已经过时,现在它位于/Users/<user>/Library/Application Support/<product_version>/python

If you're using the Ubuntu Snap, it's in

/snap/pycharm-professional/current/debug-eggs

(via https://askubuntu.com/a/979238/902312 ).

This feature is only supported in the Professional edition.

https://www.jetbrains.com/help/pycharm/remote-debugging.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM