-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 16.0.2
I've noticed that environment variables defined in the Kit's Run Environment are not set when the lldb executable is launched during debugging.
The reason this would be useful for me is that I have a bunch of Kits that point to a wrapper script for the debugger (and other tools), which point different versions depending on the build / run environment. To create another version of a Kit I can just clone an existing Kit and change only the environment variables, rather than creating copies of all the tools like C compiler, C++ compiler, debugger, cmake etc.
This works fine for the compiler, but I just noticed that it does not for the debugger.