Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clion: fix non-passed env vars for gdbserverless debugging #7167

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

ujohnny
Copy link
Collaborator

@ujohnny ujohnny commented Dec 12, 2024

it wasn't checked back in the days that the change did not break the flow on mac/windows/linux with gdbserver disabled

fixes #7166

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: #7166

Description of this change

it wasn't checked back in the days that the change did not
break the flow on mac/windows/linux with gdbserver disabled

fixes #7166
@github-actions github-actions bot added product: CLion CLion plugin awaiting-review Awaiting review from Bazel team on PRs labels Dec 12, 2024
@sellophane sellophane merged commit ddff24e into master Dec 13, 2024
9 checks passed
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: CLion CLion plugin
Projects
Development

Successfully merging this pull request may close these issues.

Environment variables are not passed for C++ debugging on mac/windows
2 participants