在 AKS 集群中使用 Cloud Code 和 GoLand 远程调试 Golang 应用程序。

huangapple go评论91阅读模式
英文:

Remote debugging golang application in aks cluster using Cloud Code and GoLand

问题

我正在尝试使用Cloud Code和GoLand IDE在AKS集群中调试一个Go应用程序。

我应该如何使用它来调试远程的Go应用程序,而不需要每次都构建和推送Docker文件到远程注册表?

英文:

I'm trying to debug a go application in AKS cluster using Cloud Code and GoLand IDE.

How should I use it to debug remote go application without building and pushing each time docker file to remote registry?

答案1

得分: 1

感谢@Neta Refua的反馈。我们正在为GoLand IDE开发Go的热重载功能,将在几周内发布Cloud Code Insiders版本。请随时加入我们的内部测试组,以便在功能可用时收到通知并向我们提供反馈。如果您有任何错误/功能请求,请使用Github进行报告。

如果您想尝试热重载功能,我们在VSCode/Cloud Code发布中已经有了这个功能热重载

英文:

Thanks @Neta Refua for the feedback. We are working on hot reloading for Go in GoLand IDE, it will be in Cloud Code Insiders build in few weeks. Please feel free to join our insiders group for notifications when the feature is available and give us feedback about the feature. Please use Github to file any bugs/feature requests that you may need.

We have this feature hot reloading in VSCode/Cloud Code release incase if you want to try out hot reloading there.

huangapple
  • 本文由 发表于 2021年10月11日 14:58:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/69522170.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定