Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
黑色柳丁
Total activity
8
Last activity
August 11, 2019 09:10
Member since
June 20, 2019 00:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
June 21, 2019 00:07
1)default settings and it could run but debug error because my 'selectors' module in my project overlay the system selectors...in fact,my project module should be zvt.selectors 2)I changed the ...
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
1 vote
Created
August 11, 2019 09:10
Uploading... File uploaded: zvt.tar.gz Upload complete! @Sergey Karpov It's should be ok now
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
0 votes
Created
August 03, 2019 09:17
I knew that pycharm add the running script dir to sys.path automaticllyadd following would fix all the confuses:import osimport syssys.path.remove(os.path.abspath(os.path.dirname(__file__)))
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
0 votes
Created
August 03, 2019 08:37
@Sergey Karpov please check zvt.tar.gz, you could run and debug the main.py in pycharm.
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
0 votes
Created
June 21, 2019 08:47
"PyCharm sets the working directory according to the script location" this's the right behavior Running/Debugging script in any module of the project, pycharm should add the same project root modul...
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
0 votes
Edited
June 20, 2019 01:46
It seems pycharm add wrong working dir to PYTHONPATH...I could fix it manually
Community
PyCharm
pycharm 2019.1.3 professional debugger bug
0 votes