Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Elizabeth Shashkova
Follow
New articles and posts
New articles, posts, and comments
Total activity
372
Last activity
November 01, 2018 08:44
Member since
November 22, 2014 15:21
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
151
Activity overview
Articles (0)
Posts (0)
Comments (221)
Sort by recent activity
Recent activity
Votes
Created
November 01, 2018 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?
Community
PyCharm
Possible bug? SystemError: unknown opcode
0 votes
Created
October 19, 2018 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 ...
Community
PyCharm
When I step into a function and hit f7 I go to the threading module first
0 votes
Created
October 18, 2018 11:00
Unfortunately, I can't reproduce the problem locally with your example. Do you use any exception breakpoints?
Community
PyCharm
When I step into a function and hit f7 I go to the threading module first
0 votes
Created
October 16, 2018 08:36
Hi kyle foley! Does it happen with every function or only with particular one? If it doesn't happen always, could you please provide us a code sample for reproducing the problem?Also you can increa...
Community
PyCharm
When I step into a function and hit f7 I go to the threading module first
0 votes
Created
September 17, 2018 09:26
Hi Saipranav1289! There is a workaround for your use case: https://youtrack.jetbrains.com/issue/PY-31741#focus=streamItem-27-3067939-0-0"As a temporary workaround you can run your Run configur...
Community
PyCharm
Temporarily run files in Python Console
0 votes
Created
August 03, 2018 11:30
Hi George Irimiciuc! At the moment we don't have a special support for custom Flask commands. Could you please create an issue in our issue tracker(https://youtrack.jetbrains.com/issues/PY) and att...
Community
PyCharm
How to debug flask custom commands in PyCharm?
0 votes
Created
July 20, 2018 12:50
Hi! PyCharm's debugger can't work with gevent process which has already been pached, that's why adding os.environ["GEVENT_SUPPORT"] = "True" is necessary before monkey patching...
Community
PyCharm
Attaching to a running gevent monkey patched process [PyCharm 2018.1]
0 votes
Created
July 18, 2018 14:08
Hi! Where is it defined? Is it in global scope? In Variables Pane we show only local variables for current frame (in your case it's a, b, pd, df). But you can add `c` variable to Watches pane and i...
Community
PyCharm
Variables in debug mode
0 votes
Created
June 26, 2018 16:34
Hi! Do you have any breakpoints in this file? Do you get an exception breakpoint?
Community
PyCharm
Debug Step Over (F8) is stepping in
0 votes
Created
June 26, 2018 15:57
Hi! Do these files have the same file path? Some of them are highlighted like library files. Are you developing a library, which is installed on your interpreter?
Community
PyCharm
Second window when debuggin
0 votes
1
2
3
4
5
6
›
»