Set an environment variable and debug a standard Python file within a Django project
Hello
trying to debug a python file (test file) within a django project. I need to set up an environment variable before launching the debugger.
I created a selected launch configuration. in the tab environment run arguments is blank. In environment I selected add to inherited environment i add the environment variable.
Build command is use project_setting.
This configuration still launch a python manage.py command.£ What is wrong?
Comments