From: Sebastián Ramírez Date: Sat, 2 Mar 2019 13:56:30 +0000 (+0400) Subject: :memo: Add link to Python docs in debugging section X-Git-Tag: 0.6.4~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e89aacbdf771bbeb8ecab882f2023173684fed2d;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add link to Python docs in debugging section --- diff --git a/docs/tutorial/debugging.md b/docs/tutorial/debugging.md index 4de6b074f3..b23ffcec7d 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.