From e89aacbdf771bbeb8ecab882f2023173684fed2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 2 Mar 2019 17:56:30 +0400 Subject: [PATCH] :memo: Add link to Python docs in debugging section --- docs/tutorial/debugging.md | 3 +++ 1 file changed, 3 insertions(+) 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.