简体   繁体   中英

Stackdriver Debug not capturing snapshots

I am running through the Google Cloud Platform IntelliJ plugin quick-start ( https://cloud.google.com/tools/intellij/quickstart-IDEA ) and I am attempting to set up a snapshot. I am following the instructions, but the snapshots are never hitting. I have also attempted to capture snapshots through the console UI ( https://console.cloud.google.com/debug ), but they are not working there either, so I don't think the problem is with the plugin. I have committed the code to the google repository as indicated in the quick-start instructions, run mvn clean install and mvn appengine:update , and I can browse the source through the debug page, but the snapshots never hit when I go to http:// project-name .appspot.com/hellobrowser.

Am I missing something?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM