Browse Source

📝 Add link to Python docs in debugging section

pull/62/head
Sebastián Ramírez 6 years ago
parent
commit
e89aacbdf7
  1. 3
      docs/tutorial/debugging.md

3
docs/tutorial/debugging.md

@ -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…
Cancel
Save