我正在使用VS2015并开发一个UWP项目。当我尝试使用断点调试我的代码时,调试一行需要2秒钟。我是否需要更改任何设置以使其更快?
注意:我尝试设置以下选项
1.Uncheck the option -> Enable Property evaluation and other implicit function calls.
2.Check the option -> Use Managed Compatibility code.
3.Check the option -> Automatically adjust visual experience based on client performance
我尝试设置上面的选项,但是在调试时它仍然会变慢。在VS2015中调试时是否有任何选项可以提高性能
答案 0 :(得分:1)
请在TOOLS-> Options-> Debugging-> Symbols下禁用符号服务器。
博客还向我们介绍了一些可以加快调试速度的建议: