google-cloud-debugger

Cloud Debugger with Google app Engine

情到浓时终转凉″ 提交于 2020-01-25 00:13:09
问题 On which version does the cloud debugger takes snapshot. Is it from default version? if yes, how can I make it takes snapshot of some other version. this page doesn't talks about versions. 回答1: Right -- Currently the debugger only works on the default version of the app engine app. You need to have the source code for that version of your app in the default branch of the git repo. 回答2: If you have multiple versions (or modules) of the app deployed at the same time, the debugger UI (Google

Google Cloud Debugger for Python App Engine module says “Deployment revision unknown”

[亡魂溺海] 提交于 2019-12-12 03:55:42
问题 I'm trying to get the Google Cloud Debugger to work on my Python App Engine module. I've followed the instructions and: Connected to my Bitbucket hosted repository. Generated the source-context.json and source-contexts.json using gcloud preview app gen-repo-info-file Uploaded using appcfg.py update However when I try to set a snapshot using the console, there is message saying: The selected debug target does not have source revision information. The source shown here may not match the