You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
Using nunit3 console to debug .Net framework test code, I could use --pause to attach a debugger.
When I do the same to debug .Net Core test, I get an error saying:
Invalid argument: --pause
Is this option supported for .Net core? If not, is there an alternative for it?
PS: I understand the test can also be debugged using Visual studio test explorer, but there is some issue at my corporate network, which is disallowing VS to connect to the dotnet test process