If I want to run the Flask application with PyDev, and I set breakpoints, the debugger will not stop.
Another symptom is that killing the form of the eclipse process will not stop the process. When I restart the application, the port is already in use because another instance is running.
It happens when
debug=True
source share