diff --git a/docs/tutorial/debugging.md b/docs/tutorial/debugging.md index 4de6b074f..b23ffcec7 100644 --- a/docs/tutorial/debugging.md +++ b/docs/tutorial/debugging.md @@ -64,6 +64,9 @@ So, the line: will not be executed. +!!! info + For more information, check the official Python docs. + ## Run your code with your debugger Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly form the debugger.