How to debug inside pycharm ? #1804
Unanswered
masoodkazemi94
asked this question in
Questions
Replies: 3 comments
|
I also have this problem, this framework is currently unfriendly to collaborative development, everyone should not run a docker for development |
0 replies
|
You can use the EnvFile plugin so that you can explicitly tell PyCharm to load an env file in a run configuration. Very useful. |
0 replies
|
I got it working like this (using PyCharm Professional 2024.1.3 ) Docker Connection
Project Interpreter Setup
Run Configuration
|
0 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.
Hi to every one,
I want to debug with
PyCharm debuggerrun my tests and see all variables and traces. but it seems it didn't load the.envfile 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
All reactions