Replies: 1 comment
-
Yes, this is expected. The environment is determined by env/envFile of the launch configuration. |
Beta Was this translation helpful? Give feedback.
0 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.
-
When debugging with gdb using ms-vscode.cpptools, the debugger inherits the environment I have set in my integrated console, so I can source some bash files which define environment variables and then run the debugger.
However, CodeLLDB doesn't inherits the environment in the integrated terminal, and therefore, I have to modify my bash scripts to create an env file, which is unconvenient.
Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions