2

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.

I have setup NUnit, I just can't seem to debug with it.

user420667
  • 6,552
  • 15
  • 51
  • 83

1 Answers1

2

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.

Jordi
  • 2,789
  • 1
  • 20
  • 35