在 VS2015 中调试步进和步出速度较慢
Debugging step in and step out is slower in VS2015
我正在使用 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 中调试时是否有任何选项可以提高性能
请在工具->选项->调试->符号下禁用符号服务器。
博客也分享了一些可以加快调试速度的建议:
我正在使用 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 中调试时是否有任何选项可以提高性能
请在工具->选项->调试->符号下禁用符号服务器。
博客也分享了一些可以加快调试速度的建议: