-
Notifications
You must be signed in to change notification settings - Fork 98
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
Right-click a test and click debug causes the indicator to spin forever. #357
Comments
Note that with xUnit it works fine. The debug from the tree works fine without any problem. |
I notice this debugging feature is in Alpha, according to the "Details" but yeah, debugging never works for me (I'm using NUnit also) |
I wanted to debug a .NET 7 xUnit Test and I had the same problem. I could attach the debugger manually. Workaround: |
Steps to reproduce:
The wheel will spin forever, and I see the following in the output:
Required info:
Unit test framework and relevants versions of that:
"NUnit" Version="3.13.1"
"NUnit3TestAdapter" Version="3.17.0"
Dot NET Core Test Explorer Extension: v0.7.7
If I run the tests normally, everything works fine.
Please help to resolve this issue.
Tarek
The text was updated successfully, but these errors were encountered: