Replies: 2 comments 3 replies
-
@vadimcn We have a similar issue at our company. Any chance this could be implemented? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no easy way to do this, debugger needs to be the the one launching the debuggee, in your scenario it would be the shell. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I dont know if this is currently possible, I haven't been able to find it.
My application needs to set a bunch of environment variables, which are all listed in a .sh file which I have to source before running my application. This .sh file set the correct LD_LIBRARY_PATH and other variables and is automatically generated by conan.
It would be nice if it was possible to source a bash file instead of just relying of an envFile for setting environment variables.
Beta Was this translation helpful? Give feedback.
All reactions