How can I do this?
Is it even possible?
I only see online tutorials for setting up debugging with NUnit for non express versions or for visual studio.
开发者_JAVA百科I have setup NUnit, I just can't seem to debug with it.
One trick is to change the class library project containing the tests to a console application and then just create a main method for it.
Easy and effective.
精彩评论