Replies: 2 comments 1 reply
-
The breakpoint() call is meant for interactive debugging and isn’t suitable for a running Flask application, especially in a multi-threaded environment. Remove it from the /status route |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yea, but I want to debug at some point. And it worked in the past...
…On July 18, 2025 11:49:15 PM GMT+02:00, Yasmine Hichri ***@***.***> wrote:
The breakpoint() call is meant for interactive debugging and isn’t suitable for a running Flask application, especially in a multi-threaded environment. Remove it from the /status route
--
Reply to this email directly or view it on GitHub:
#5771 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my code example:
Accessing /status, I get:
Versions I use
Using Python 3.13.5.
Thanks for your help! I'm wondering why I'm the only one having this... Couldn't find something in the web...
Beta Was this translation helpful? Give feedback.
All reactions