vscode launch.json debugpy #1496
Unanswered
rajivharris
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Is module supposed to be the name of a command line app or a Python function? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm wondering how to do the same thing but in django |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use the same launch configuration and it works in normal mode. But debugging doesnt work.. I guess its because the hatch binary is used. Is there another way to start hatch via python directly?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to debug python fastapi application using vscode launch.json. I have the below configuration, but it is not working as vscode not able to find hatch module.
pyproject.toml configuration to run FastAPI
Beta Was this translation helpful? Give feedback.
All reactions