📝 Add link to Python docs in debugging section

This commit is contained in:
Sebastián Ramírez 2019-03-02 17:56:30 +04:00
parent cf25291650
commit e89aacbdf7
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ So, the line:
will not be executed.
!!! info
For more information, check <a href="https://docs.python.org/3/library/__main__.html" target="_blank">the official Python docs</a>.
## 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.