NUnit debugging with VWD 2008 Express

131 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.