Better wording

This commit is contained in:
Nils Lindemann 2023-11-05 15:14:51 +01:00
parent 6442719ec6
commit 8f38969246
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Since you are now running the Uvicorn server directly from your code, you can ca
* Simply click on the green triangle that appears to the left of the line `if __name__ == "__main__":` and select "Debug 'myapp'".
* The debugger is started. A console will open at the bottom showing that the uvicorn development server is starting.
* The debugger starts. A console window opens at the bottom, showing that the Uvicorn development server is booting.
* Then continue as under [Visual Studio Code](#visual-studio-code): Set breakpoints, load the page in the browser, examine the current state of your application. And again, this time at the bottom, you have buttons to continue debugging, stop debugging, etc. It looks something like this: