GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Python Flask apps require Flask debug = False to be set #3062

Open etanshaul opened 2 years ago

etanshaul commented 2 years ago

Without this, it seems, that Cloud Code debugging doesn't work.

Done when - 1) We either document this limitation, or 2) We update the logic to avoid this limitation.

Two threads with evidence of this: 1) https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/3059#issuecomment-1057548056 2) https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/2961