首页 \ 问答 \ VS2015中的调试步进和步出较慢(Debugging step in and step out is slower in VS2015)

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中调试时是否有任何选项可以提高性能


i am using VS2015 and developing a UWP project. when i try to debug my code by using breakpoint, it takes upto 2 second for debugging a single line. Whether i need to change any settings to make it faster?

Note: I tried to set the below options

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

I tried to set the above options, but still it makes slower while debugging. Is there any option will improve performance while debugging in VS2015


原文:https://stackoverflow.com/questions/39032681
更新时间:2022-06-17 16:06

最满意答案

对于本地构建,您必须使用bundle update来更新gem。 你会看到你有一个'荧光笔'警告。

关于github-pages。 我只是分叉你的回购 ,它只用相同的突出显示警告构建 (只需很小的修改):

页面构建成功完成,但返回以下警告:您正在尝试使用'pygments'荧光笔,目前GitHub页面上不支持该荧光笔。 您的网站将使用“rouge”代替突出显示。 要取消此警告,请在“_config.yml”中将“highlighter”值更改为“rouge”,并确保未设置“pygments”键。 有关更多信息,请参阅https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors

你能尝试将荧光笔改成胭脂吗?


For your local build, you must update gems with a bundle update. You will see that you have an 'highlighter' warning.

About github-pages. I've just forked your repo and it builds (with very small modifications) only with the same highlighter warning :

The page build completed successfully, but returned the following warning: You are attempting to use the 'pygments' highlighter, which is currently unsupported on GitHub Pages. Your site will use 'rouge' for highlighting instead. To suppress this warning, change the 'highlighter' value to 'rouge' in your '_config.yml' and ensure the 'pygments' key is unset. For more information, see https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors.

Can You try to change highlighter to rouge ?

相关问答

更多
  • 检查@Graham建议的限制,通过: oc -n yourproject get limits -o yaml oc -n yourproject get quota -o yaml 甚至直接编辑: oc -n yourproject edit limits # Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit. If an e ...
  • 对于本地构建,您必须使用bundle update来更新gem。 你会看到你有一个'荧光笔'警告。 关于github-pages。 我只是分叉你的回购 ,它只用相同的突出显示警告构建 (只需很小的修改): 页面构建成功完成,但返回以下警告:您正在尝试使用'pygments'荧光笔,目前GitHub页面上不支持该荧光笔。 您的网站将使用“rouge”代替突出显示。 要取消此警告,请在“_config.yml”中将“highlighter”值更改为“rouge”,并确保未设置“pygments”键。 有关更多信 ...
  • 我想到了。 我在〜/ Library / Java / Extensions中找到了旧的,有冲突的.jar文件。 吹掉整个〜/ Library / Java目录。 Cordova(和Android Studio)现在运行良好。 I figured it out. I found old, conflicting .jar files in ~/Library/Java/Extensions. Blew away the entire ~/Library/Java directory. Cordova (an ...
  • 根本原因是swagger-docs -route被给出了无效的输入(无:version给出的:version ,请参阅https://github.com/metosin/ring-swagger/blob/master/src/ring/swagger/swagger2_schema.clj #L13 )。 当它被添加时,它按预期工作。 尽管如此,给定的异常还是非常糟糕,现在已经修复到最新的SNAPSHOT中 - 为缺少的字段使用缺省值,因此不会对它进行编译时模式检查。 此外,将建议不AOTing整个应用 ...
  • 我无法弄清楚为什么github页面突然无法构建这个模板,但我找到了一个解决方法,通过在本地编译页面并将其推送到github。 本文提供了有关如何使用此技术发布到github页面的分步指南。 基本上,您需要使用本地Rakefile中的以下脚本进行本地编译和推送: require "rubygems" require "tmpdir" require "bundler/setup" require "jekyll" # Change your GitHub reponame GITHUB_REPONAME ...
  • 看起来您可能正在使用clGetProgramBuildInfo()错误。 第一次调用它时,它应该告诉它在主机上需要的缓冲区大小: clGetProgramBuildInfo(program, device_id, CL_PROGRAM_BUILD_LOG, NULL, NULL, &len); 然后在主机上分配内存: char *log = new char[len] //or whatever you use 然后回想一下clGetProgramBuildInfo(): clGetProgramBuild ...
  • 删除URL中的%20并将其替换为空格 Remove %20 in the URL and replace it with blankspace
  • 您是否尝试过“构建 - >清理或重建项目”? 如果所有drawable都正确,请查看.xml文件。 如果仍有问题,请查看所有可绘制的导演,所有结局都很小,如“.png .jpg而不是.PNG .JPG” 希望它能帮到你。 Did you try "Build --> Clean or Rebuild Project"? Look through your .xml files if all your drawables are correct. If there is still a problem loo ...
  • 似乎与这个问题有关的问题 。 而react-native文档表明它需要最新版本的JDK 。 将JDK版本更新为最新版本。 It seems to the issue related with this question. And the react-native docs indicates that it requires latest version of JDK. Update your JDK version to latest one.
  • 问题是由GitHub服务器中断引起的,而不是我的代码中的问题。 如果他们的服务器关闭,任何人都可以在github状态网站上查看。 如果是的话,你可以做的事情不多,只要等到它再次恢复...... The problem was cause by a GitHub server outage, not a problem in my code. anyone can check over at the github status website if their server is down. if it is ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)