cloud-code-intellij
cloud-code-intellij copied to clipboard
Python Flask apps require Flask debug = False to be set
Without this, it seems, that Cloud Code debugging doesn't work.
Done when -
- We either document this limitation, or
- We update the logic to avoid this limitation.
Two threads with evidence of this:
- https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/3059#issuecomment-1057548056
- https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/2961