Stackdriver Debug does not take snapshots

I am running through the Google Cloud Platform IntelliJ Quick Launch plugin ( https://cloud.google.com/tools/intellij/quickstart-IDEA ) and I am trying to create a snapshot. I follow the instructions, but the pictures never break. I also tried to capture snapshots via the console user interface ( https://console.cloud.google.com/debug ), but they do not work there, so I donโ€™t think the problem is with the plugin. I committed the code to the Google repository, as indicated in the quick start instructions, to run mvn clean installand mvn appengine:update, and I can view the source through the debug page, but the snapshots didnโ€™t get when I go to http://project-name.appspot.com/hellobrowser .

Did I miss something?

+4
source share
1 answer

I understood the answer. You must accept the license agreement for the project that you want to debug. Go to https://console.cloud.google.com/iam-admin/privacy/project?project= < project-key > and read and accept the license agreements on this page. Debugging worked for me after that.

+4
source

All Articles