-
Notifications
You must be signed in to change notification settings - Fork 1k
How Do I Debug xUnit.NET Tests in Monodevelop? #8286
Comments
@vintzl, please describe your problem with more details. Before migrating to NUnit I used debugging xUnit tests in MonoDevelop or VS for Mac, and it worked (although not always). |
Well, I cannot see nowhere, in the UI, how to clearly debug them. If I do "right click" in one of the Unit Tests, I have no contextual menu allowing debugging… Finally, if I try to debug all of them, from the "play button" , no break points are respected, and no test result is return, as if MonoDevelop just builds them. |
It seems that you are trying to debug a .NET Core project on Linux. Microsoft .NET Core debugger |
Thanks.
And what about: I have found this issue: Now I am in trouble :s My project is too big for VSCode and its OmniSharp (lags, slow, crashes…) :s |
No, the problem is not
instead of just
So it’s considering
|
@ usr-sse2 I have successfully made the Samsung debugger working (.NET Core ≥ 2.1).
|
Monodevelop Version: 7.8.4.1-0xamarin6+debian10b1
How can I debug Unit Tests with MonoDevelop?
The text was updated successfully, but these errors were encountered: