cloud-code-intellij icon indicating copy to clipboard operation
cloud-code-intellij copied to clipboard

Python Flask apps require Flask debug = False to be set

Open etanshaul opened this issue 3 years ago • 0 comments

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

etanshaul avatar Mar 03 '22 15:03 etanshaul