2025: set FastAPI constructor debug input argument to True (default value is of course False):
True
False
app = FastAPI(debug=True)