Search code examples
visual-studio-2010unit-testingvs-unit-testing-framework

Visual Studio does not debug when debugging unit tests?


I have bunch of unit test I'm testing and I put the breakpoint on the unitest code and when I run with CTL+R,T instead of stopping on the breakpoint it just execute the code and I'm trying to debug the unittest code because its failing. Any help?

I'm using VS 2010 professional version.


Solution

  • Highly recommend Test Driven, you'll be able to right click a test and choose test with debugger and step through code very easily.