问题描述
由于ARM编译的官方支持,我最近从mBed切换到了新的Community Preview 3。所有的工作,makefile构建项目没有一个问题,我甚至能够调试我的STM32F769-Disco!
I've recently switched from mBed to the new Community Preview 3, because of the official support of ARM compilation. All work, the makefile build the project without a single issue and I'm even able to debug my STM32F769-Disco!
问题来自Intellisense:每次我打开我的"项目" ; (它不是一个解决方案,而是一个简单的文件夹)Intellisense开始浏览项目几个小时(完成任务大约需要4个小时)。虽然它这样做,我找不到
我项目中的任何东西和我的CPU(是的,我知道它是一个旧的和缓慢的720qm)在4-6核心上以50-70%的峰值。
The problem come from Intellisense: EVERY TIME I open my "project" (it's not a solution but rather a simple folder) Intellisense start browsing the project for hours (it take about 4 hours to complete the tasks). While it do that, I can't find anything in my project and my CPU (yeah i know it's a old & slow 720qm) spike on 4-6 cores at 50-70%.
所以,有没有办法让这个恶魔每次都不会失去记忆?
So, is there a way that this demon don't loose his memory every time?
提前致谢!
推荐答案
欢迎来到MSDN论坛,对此造成的不便表示歉意。
这个问题是发生在你的所有项目还是只发生在这个特定项目上?请尝试直接创建一个新的C ++项目并检查此问题是否仍然存在。
如果任何项目遇到此问题,请尝试以管理员身份运行VS安装程序并运行更多修复程序以进行修复,或打开CMD并导航至VS 2017安装
文件夹,如C:\Program Files(x86)\ Microsoft Visual Studio \\\ 2017 \ xxx \ Common7 \IDE并运行命令:devenv / safemode将其作为安全模式运行,然后检查是否已安装扩展导致此问题。
如果只有这个特定的项目有这个问题,这个解决方案是否庞大?你能通过File-Open-Project / Solution打开它吗?
最好的问候,
Sara
这篇关于智能感知和ARM_C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!