How do I start the "debugger" so that environment variables can be used?
Как запустить "debugger", чтобы работали environment variables с edit configurations.
Я создал конфигурацию, нажав правой кнопкой мыши на файл, установил переменные окружения. Но при запуске debug запускается консоль, а я хочу чтобы запустился debugger - который расположен в левом нижнем углу pycharm.
translate.google:
How to run "debugger" for "environment variables" to work with "edit configurations". I created a config by right clicking on a file, set environment variables. But when you run "debug", the "console" is launched, and I want the "debugger" to run - which is located in the lower left corner of pycharm.

Please sign in to leave a comment.
Or, more precisely, how to make environment variables work with the "Edit configurations"
Hello,
I am wondering if a breakpoint has been set? https://www.jetbrains.com/help/pycharm/using-breakpoints.html
Thank you very much)) Everything is working