Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gethemant
Total activity
6
Last activity
February 16, 2022 18:10
Member since
January 28, 2022 21:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
February 16, 2022 18:10
> Could you please elaborate a bit? GoLand can run processes with sudo (with enabled Run with sudo option). So, you can directly run and debug Go processes from GoLand. However, it is not the case ...
Community
GoLand
Attach to a process running as root on local machine
0 votes
Created
February 04, 2022 16:42
Thank you for the response. Yes, when I read the remote debugging procedure, I suspected it could be made to work for local-debugging with root. But it may be easier if we can do this directly from...
Community
GoLand
Attach to a process running as root on local machine
0 votes
Created
January 31, 2022 12:13
As for building kubelet. This is how I build it: make CGO_ENABLED=0 GOGCFLAGS="all=-N -l" GOLDFLAGS="" WHAT=cmd/kubelet But as I said, I can debug it just fine from CLI and dlv.
Community
GoLand
Attach to a process running as root on local machine
0 votes
Created
January 31, 2022 12:01
Yes my process is recognized via `gops` - as long as I run gops as root. Basically - I want to debug kubelet running via `./hack/local-cluster-up.sh` - https://github.com/kubernetes/kubernetes/tree...
Community
GoLand
Attach to a process running as root on local machine
0 votes