Replies: 2 comments 2 replies
-
Following the directions at https://github.com/microsoft/vscode-cpptools/wiki/Troubleshooting-Performance-Issues, attached is the Instruments output for cpptools-srv when the problem exists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I turn on the C/C++ debugger, when hovering, an IntelliSense process crash is detected:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On a Intel Macbook Pro, I believe I have vscode setup properly and am using compile_commands.json. The .cpp files don't have any squiggly lines and all the headers are found.
My problem is when I hover over something to see what it is, "Loading..." appears and it takes about 40-60 seconds before the result appears. Similarly if I hit F12, there's a very long delay.
Using Process Explorer, I see in both cases a cpptools-srv process starts up with 100% CPU usage and stays running for the same waiting period I have to see what a symbol is.
VSCode and the C++ extension are all up-to-date as of today.
This problem is not seen with VSCode on Linux with the same software in the workspace.
I'm hoping someone can provide some guidance on resolving this issue.
Beta Was this translation helpful? Give feedback.
All reactions