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

Fix debug command test #1287

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

award999
Copy link
Contributor

  • Timing issue waiting for the debug configuration to be created, but we should not have to do this
  • Using existing launch config, the adapter tracker was waiting for "swift-lldb" but we fallback to the "lldb" type for swift versions < 6.0

Issue: #1269

* Timing issue waiting for the debug configuration to
  be created, but we should not have to do this
* Using existing launch config, the  adapter tracker
  was waiting for "swift-lldb" but we fallback to the
  "lldb" type for swift versions < 6.0

Issue: swiftlang#1269
@award999 award999 added the full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit label Dec 19, 2024
@award999 award999 merged commit 052d583 into swiftlang:main Dec 19, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants