I am using NUnit 2.5 as my unit testing framework for visual studio 2012 professional. I configured NUnit.exe to open NUnit GUI for testing my dlls.
I am testing a dll c
Instead of directly hitting F5 and running the Test Project, I tried to run the project as this:
and then when i choose that appropriate test method and hit run, that enabled me to hit the breakpoint.
It works now.