when I run a unit test I would like the test to pause at a breakpoint, just like when I am debugging the code. I am using Nunit for a c# project in visual studio 2019.
Asked
Active
Viewed 54 times
0
-
1Yes it is possible when you `Debug` the test. Try it and see. – mjwills Jul 06 '20 at 07:21
-
Yes, just right click and choose to debug the tests. – Jeremy Lakeman Jul 06 '20 at 07:22
-
Great. Thanks a lot! – Hade0011 Jul 06 '20 at 07:44