Question:
I have a flask app, even when I put a breakpoint, it doesn’t work, and it doesn’t stop at the breakpoint.
I tried it with several repls, and it happens in all of them
Replit Profile: https://replit.com/@EladRave
Question:
I have a flask app, even when I put a breakpoint, it doesn’t work, and it doesn’t stop at the breakpoint.
I tried it with several repls, and it happens in all of them
Replit Profile: https://replit.com/@EladRave
Can you show a screenshot? Are you sure it is ever getting called? Remember, you can always resort to print statements.