当前位置:编程学习 > C#/ASP.NET >>

VS2010单元测试无法进行调试


如上图,已加System.Diagnostics.Debugger.Break();
且配置文件<compilation debug="true"
但是启用调试直接就跳出了,没有进入调试状态 单元测试 asp.net --------------------编程问答-------------------- http://stackoverflow.com/questions/1488282/why-doesnt-visual-studio-break-on-exceptions-when-debugging-unit-tests

What you need to do instead is to break on thrown exceptions.
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,