How to debug inside pycharm ? #1804
Replies: 3 comments
-
|
I also have this problem, this framework is currently unfriendly to collaborative development, everyone should not run a docker for development |
Beta Was this translation helpful? Give feedback.
-
|
You can use the EnvFile plugin so that you can explicitly tell PyCharm to load an env file in a run configuration. Very useful. |
Beta Was this translation helpful? Give feedback.
-
|
I got it working like this (using PyCharm Professional 2024.1.3 ) Docker Connection
Project Interpreter Setup
Run Configuration
|
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions