-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug inside pycharm ? #517
Comments
I also have this problem, this framework is currently unfriendly to collaborative development, everyone should not run a docker for development |
You can use the EnvFile plugin so that you can explicitly tell PyCharm to load an env file in a run configuration. Very useful. |
I got it working like this (using PyCharm Professional 2024.1.3 ) Docker Connection
Project Interpreter Setup
Run Configuration
|
Hi to every one,
I want to debug with
PyCharm debugger
run my tests and see all variables and traces. but it seems it didn't load the.env
file so I have an error that some critical environment variable is missing (note that I don't want to use docker to run my tests).here some error that I got:
If anybody can help me I will appreciate it.
thanks
The text was updated successfully, but these errors were encountered: