-
Notifications
You must be signed in to change notification settings - Fork 54
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
Debugging swift testing tests fails to attach #1146
Comments
I think this may be a duplicate of https://github.com/swiftlang/vscode-swift/issues/1089. |
How come we are using swiftpm-testing-helper to run the swift-testing executables? I thought you could run the swift testing executables directly. Did this change? |
(I accidentally posted the response to this on the wrong issue (#1148), moving here) Its there to support a single binary test product for projects that contain both XCTest and swift-testing tests. More information here: swiftlang/swift-package-manager#7766 More context on the swiftpm-testing-helper from @grynspan:
|
Describe the bug
If I try to debug a swift testing test the debugger fails to attach to the process.
A dialog opens with the following text
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should be able to test swift-testing tests
Environment
This is the debug console output
Minimal diagnostic bundle
The text was updated successfully, but these errors were encountered: