Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ru
Total activity
5
Last activity
September 20, 2021 09:53
Member since
September 17, 2021 06:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
September 20, 2021 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...
Community
GoLand
Debug via Makefile
0 votes
Created
September 20, 2021 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...
Community
GoLand
Debug via Makefile
0 votes
Created
September 17, 2021 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...
Community
GoLand
Debug via Makefile
0 votes