The private thoughts and muses of a web application and software developer.
Search...
27 February 2009
Debugging NUnit Test
Mental note as I always have to look this up :
1./ Add required break points. 2./ Launch NUnit 3./ Within Visual Studio Debug --> Attach To Process 4./ Ensure Managed Code is selected. 5./ Run your tests from NUnit.
No comments:
Post a Comment