uv
uv copied to clipboard
Running uv scripts in debug mode
Hi all!
I am trying to see if we can start using uv to manage our codebases. Everything seems to work great, and managing dependencies is a lot easier this way! However, I can't figure out how to run a program through uv in debug mode in either VS Code or PyCharm. (e.g., uv run src/main.py
) Does anyone have experience with running uv scripts in debug mode and can you point me in the right direction? :)
Thank you!