ENV variable in Debug mode
Answered
Hello,
I use CLion with Rust plugin.
I would like to debug my application.
The application requires some ENV variables to run.
I have created configuration with ENV variable set.
Unfortunately, this FOO variable is not present in Debug mode.
Meanwhile, in Run mode everything is fine.
Is it a bug in CLion or Rust plugin?
Or maybe I am missing something?
Thank you.
P. S.
I am using
- macOS 10.13.4
- CLion 2018.1.2 Build #CL-181.4668.70, built on April 24, 2018
Please sign in to leave a comment.
Hi!
It's intellij-rust plugin bug.
It's already fixed in master (see https://github.com/intellij-rust/intellij-rust/pull/2518) and will be landed in next release
Thank you! I will wait for the release.
This bug was fixed.
One can see https://intellij-rust.github.io/2018/05/21/changelog-74.html.
Thank you!