Hi,
I created a project and a separate test project. I added some breakpoints within the test.
The test runs fine when you go to test run all tests, but the breakpoints are not hit. The test produces the correct output using Trace.TraceInformation. Are the breakpoints supposed to be hit when you run tests in VS?
Thanks.