Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Arusev
Total activity
17
Last activity
March 05, 2020 21:08
Member since
January 31, 2019 23:27
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
4
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
March 05, 2020 21:08
Same issue here. Voted.
Community
PyCharm
PySide: problem with starting QThread with a signal when using debugger
0 votes
Created
March 04, 2020 17:42
Dear developer, can you confirm if it's a bug or not? It happens to me all the time, not only with tests but with any script that I run in the debugger.
Community
PyCharm
Relative Paths When Debugging In Tests
0 votes
Created
January 09, 2020 18:26
Hi Sergey, At the top is my tests module, as I mentioned, when I just run my app with a regular Run configuration it just works. However as soon I set a breakpoint in one of my tests, the editor s...
Community
PyCharm
Relative Paths When Debugging In Tests
0 votes
Created
September 18, 2019 16:09
I also find it very weird! Why there are 2 different buttons then if they do exactly the same - show the preivew dialog?
Community
PyCharm
How to skip preview window when refactoring through Shift+F6
0 votes
Created
April 02, 2019 17:05
Thanks, Andrey That helped with indexing, however there is another issue, less annoying though :) Our main system interpreter's site-packages contains a .pth file, which pulls everything I removed...
Community
PyCharm
My rant on Indexing again
0 votes
Created
March 29, 2019 18:32
We can't remove interpreter paths, we won't be able to run or debug the project then! As I said we need many packages from those paths at runtime, but they should never be indexed because of the re...
Community
PyCharm
My rant on Indexing again
0 votes
Created
March 29, 2019 16:38
In our case, ALL our PYTHONPATH is network-mounted. And there are many packages in it that just only make sense at runtime (we have some run-time import hooks in place) and therefore, all this inde...
Community
PyCharm
My rant on Indexing again
0 votes
Created
February 08, 2019 00:00
And my project won't find modules :) The idea is to stop indexing and generating skeletons for some paths. I know it sounds weird but this for historical reasons we've been versioning up packages i...
Community
PyCharm
My rant on Indexing again
0 votes
Created
February 07, 2019 22:39
Hey Andrey, thank you for your suggestion, but unfortunately, this didn't work. Well, sort off.... I added a few huge network mounted directories as extra project roots and excluded them. After Fil...
Community
PyCharm
My rant on Indexing again
0 votes