-
-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Labels
Documentation 📚This is related to documentationThis is related to documentation
Description
Summary
https://docs.litestar.dev/2/usage/debugging.html#vs-code
The launch.json must be updated to use debugpy.
Metadata
Metadata
Assignees
Labels
Documentation 📚This is related to documentationThis is related to documentation
{ "name": "Python: Litestar app", "type": "python", // <--------- use: debugpy "request": "launch", "module": "uvicorn", "justMyCode": true, "args": ["app:app"] }