breakpoints don't work in testshttp://forums.asp.net/t/1783367.aspx/1?breakpoints+don+t+work+in+testsFri, 23 Mar 2012 04:17:12 -040017833674892439http://forums.asp.net/p/1783367/4892439.aspx/1?breakpoints+don+t+work+in+testsbreakpoints don't work in tests <p>Hi,</p> <p>I am using the integrated test feature. I set breakpoints in unit tests. Then Test &gt; Debug &gt; All Tests in Solution. The tests run but execution doesn't break at the breakpoints. How can I fix it?</p> <p>Bill</p> 2012-03-21T22:58:08-04:004892463http://forums.asp.net/p/1783367/4892463.aspx/1?Re+breakpoints+don+t+work+in+testsRe: breakpoints don't work in tests <p>Sometimes selecting clean from the build menu fixes issues like this.&nbsp; You should clean the whole solution</p> 2012-03-21T23:43:16-04:004894225http://forums.asp.net/p/1783367/4894225.aspx/1?Re+breakpoints+don+t+work+in+testsRe: breakpoints don't work in tests <p>Tried it. Still not breaking. Here are the Attributes for a test proc.</p> <p>&nbsp;&nbsp;&nbsp; [TestMethod()]</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; [HostType(&quot;ASP.NET&quot;)]</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; [AspNetDevelopmentServerHost(&quot;C:\\temp\\AdrTrainingSln\\AdrTrainingApp&quot;, &quot;/&quot;)]</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; [UrlToTest(&quot;<a href="http://localhost:4640/">http://localhost:4640/</a>&quot;)]</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; public void DecryptTest()</p> 2012-03-22T17:21:29-04:004894840http://forums.asp.net/p/1783367/4894840.aspx/1?Re+breakpoints+don+t+work+in+testsRe: breakpoints don't work in tests <p>Hi</p> <p>Please check out these article:</p> <p>http://msdn.microsoft.com/en-us/library/ms243172.aspx</p> <p>http://msdn.microsoft.com/en-us/library/ms182484.aspx</p> <p>It should helpful.</p> <p>Thanks</p> <p></p> 2012-03-23T04:17:12-04:00