主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Francesco Frassinelli
活动总数
8
最后的活动
2021年10月11日 18:38
成员加入日期
2021年10月05日 14:39
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2021年10月11日 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.
社区
PyCharm
Debug in Docker after code change
0 票
已编辑于
2021年10月07日 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...
社区
PyCharm
Debug in Docker after code change
0 票
创建于
2021年10月06日 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...
社区
PyCharm
Debug in Docker after code change
0 票
创建于
2021年10月06日 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 ...
社区
PyCharm
Unable to debug CKAN inside Docker containers
0 票