主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gethemant
活动总数
6
最后的活动
2022年02月16日 18:10
成员加入日期
2022年01月28日 21:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2022年02月16日 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 ...
社区
GoLand
Attach to a process running as root on local machine
0 票
创建于
2022年02月04日 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...
社区
GoLand
Attach to a process running as root on local machine
0 票
创建于
2022年01月31日 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.
社区
GoLand
Attach to a process running as root on local machine
0 票
创建于
2022年01月31日 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...
社区
GoLand
Attach to a process running as root on local machine
0 票