cloud-code-intellij
cloud-code-intellij copied to clipboard
Attaching a remote debugger to cloud debugger from IntelliJ fails
I have an app running on Cloud Run and I'm trying to debug remotely using Intellij and the Cloud Code plugin. The java agent is > running and I'm able to create snapshots on the GCP Debugger, but Intellij won't attach to the remote code. It shows my > project and target properly but gives me this warning and nothing happens if I click on "Attach Anyway".
Obs: I'm using Kotlin. Could this be the problem?
We will investigate this on our end using a sample Kotlin app