Python, Debugger and Django #45225
Closed
Mte90
started this conversation in
Feature Requests
Replies: 2 comments 4 replies
|
Thanks for reaching out. We want to better support our community, and the best way for us to do that is through our official Discord. The team is active there and happy to help. We’re closing the “Help and General Q&A” category on GitHub Discussions and directing all support questions to Discord going forward. |
0 replies
|
For me below config is working for debugging |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to connect to my Django instance that run locally (on venv, no docker) with
uvwith the Debugger but Zed instead execute CodeLLDB.this is my debug.json:
This is my manage.py:
If I open with F4 the menu I have Attach and I pick the django process in the list, because I am executing Django in another terminal (not inside the editor).
Someone can help me understand what I am doing wrong?
Ref: https://www.reddit.com/r/ZedEditor/comments/1pn8x88/python_debugger_and_django/
I wrote the same also on the Discord server on support.
All reactions