主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Elizabeth Shashkova
活动总数
408
最后的活动
2023年07月11日 14:02
成员加入日期
2014年11月22日 15:21
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
164
活动概览
帖子(0)
评论(244)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月13日 09:51
Hi Valerio Angelini! Unfortunately, I can't reproduce the issue in the latest IDEA 2019.3 Beta (Build #IU-193.5096.12, built on November 6, 2019) with the corresponding Python plugin (193.5096.12)....
社区
IntelliJ IDEA Open API and Plugin Development
Exception for plugin in latest EAP: Action 'ForceStepInto' doesn't override anything
0 票
创建于
2019年11月11日 07:43
Hi Gmarkidonov! Do you have a module with name which shadows standard library? Unfortunately, PyCharm debugger fails in this case:https://youtrack.jetbrains.com/issue/PY-23615Try to temporary renam...
社区
PyCharm
ImportError: Idea CE with python when debugging import module has issue "ImportError"
0 票
创建于
2019年06月05日 16:15
Hi Isaaclee! In fact, almost every function in this module does some patching. For example, we patch new process creation: https://github.com/JetBrains/intellij-community/blob/master/python/helpers...
社区
PyCharm
Pydevd's effect on python's multiprocessing & threading
0 票
创建于
2019年05月13日 14:46
Hi Andrelfnovaes! Not yet, unfortunately. Feel free to vote for the issue:https://youtrack.jetbrains.com/issue/PY-35912
社区
PyCharm
How to step into another .py file while debugging in PyCharm
0 票
创建于
2019年02月28日 11:21
Hi! Sorry, I gave you a wrong info. If you want to use classes form Python, you should download Python plugin, unpack it and add its libraries to your Sdk. You can read move information here: https...
社区
IntelliJ IDEA Open API and Plugin Development
Calling Debugger action (Pycharm)
0 票
创建于
2019年02月26日 17:09
Yes, you can add dependency on module (unfortunately, Python Debugger isn't a part of api): intellij.python.community.impl Then create your custom runner and insert your env variables like here: ht...
社区
IntelliJ IDEA Open API and Plugin Development
Calling Debugger action (Pycharm)
0 票
创建于
2019年02月25日 09:50
Hi Shachar! You should select Python Debug Runner in your code by id. The following snippet works fine: @Overridepublic void actionPerformed(@NotNull AnActionEvent e) { final Project project = e.g...
社区
IntelliJ IDEA Open API and Plugin Development
Calling Debugger action (Pycharm)
0 票
创建于
2018年11月01日 08:44
Hi Rob Richardson! Could you please create an issue in our issue tracker: https://youtrack.jetbrains.com/issues/PY and attach a code sample to reproduce the problem?
社区
PyCharm
Possible bug? SystemError: unknown opcode
0 票
创建于
2018年10月19日 13:57
Hi! Let's better not delete anything from content roots. Could you please configure new interpreter in your project, set environment variable PYCHARM_DEBUG=True, run debug session and save console ...
社区
PyCharm
When I step into a function and hit f7 I go to the threading module first
0 票
创建于
2018年10月18日 11:00
Unfortunately, I can't reproduce the problem locally with your example. Do you use any exception breakpoints?
社区
PyCharm
When I step into a function and hit f7 I go to the threading module first
0 票
«
第一页
‹
上一页
下一页
›
最后
»