Search code examples
godebuggingazure-aksgolandgoogle-cloud-code

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


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?


Solution

  • 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.