Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Francesco Frassinelli
Total activity
8
Last activity
October 11, 2021 18:38
Member since
October 05, 2021 14:39
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
October 11, 2021 18:38
Working directory should be set in PyCharm and it should be /opt/project by default, where your project is exposed. If you run your program there, there should be no sync issues.
Community
PyCharm
Debug in Docker after code change
0 votes
Edited
October 07, 2021 08:00
Uhm, it does not seem to work, I also tested it on my PC. I would then suggest not to use path mappings and just rely on the default one, which should be /opt/project. Just set /opt/project to be y...
Community
PyCharm
Debug in Docker after code change
0 votes
Created
October 06, 2021 14:00
Hi! What about setting a path mapping of your local PyCharm folder to /service1_src inside the container? That would override the code added by the Dockerfile, which is meant for production and not...
Community
PyCharm
Debug in Docker after code change
0 votes
Created
October 06, 2021 13:32
I found a solution! My main problems were: Try to add `pip install -e .` as a "Remote task", which made PyCharm run/debug button going disabled/gray (without giving any error) Not having a way to ...
Community
PyCharm
Unable to debug CKAN inside Docker containers
0 votes