views:

30

answers:

1

I setup breakpoints, then run "Run Tests" in Visual Studio. Why don't MSTest run to my breakpoints?

+4  A: 

Choose Debug -> Tests In Current Context (or otherwise)

Mitch Wheat