Why doesn't Google Cloud Debugger automatically detect my source code?

267 views Asked by At

I've setup Google Cloud Debugger with my site. It is detecting my application. I have run gcloud debug source gen-repo-info-file in the root of my project (which is also the root of my Git repo) and I can see the source-context.json file on the server. The problem is that when I visit Google Cloud Debugger, I get the message that says no source code was found.

Here is the path to my project on the server: /code/[MY PROJECT]

Do I need to put this file in a different directory by chance?

0

There are 0 answers