主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ru
活动总数
5
最后的活动
2021年09月20日 09:53
成员加入日期
2021年09月17日 06:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年09月20日 09:53
I added the debugger command execution as well: security_opt: - "seccomp:unconfined"cap_add: - SYS_PTRACEentrypoint: ${ENTRY}expose: - 80 - 9100ports: - "20130:80" - "20131:9100" - "40000:40...
社区
GoLand
Debug via Makefile
0 票
创建于
2021年09月20日 02:45
Hi Daniil, So I added necessary permissions and port 40000 in my docker-compose file: I rebuilt the project and run it with make command. After that I ran the remote debugger configuration (with H...
社区
GoLand
Debug via Makefile
0 票
创建于
2021年09月17日 10:17
Hi Daniil. I added --security-opt="apparmor=unconfined" --cap-add=SYS_PTRACE to my docker-compose file: security_opt: - seccomp:unconfinedcap_add: - SYS_PTRACE Now my question is, should I also f...
社区
GoLand
Debug via Makefile
0 票