mirror of https://github.com/tiangolo/fastapi.git
📝 Add link to Python docs in debugging section
This commit is contained in:
parent
cf25291650
commit
e89aacbdf7
|
|
@ -64,6 +64,9 @@ So, the line:
|
||||||
|
|
||||||
will not be executed.
|
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
|
## 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.
|
Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly form the debugger.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue