eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
4 stars 10 forks source link

Regular UI Freezes with C++ IDE #165

Closed SKKHex closed 8 months ago

SKKHex commented 8 months ago

I've been working on a project for about a year now, but in the last two weeks or so I've noticed regular freezing in the UI, of between 3 and 5 seconds, seems to happen pretty regularly now just as I edit code, maybe something to do with it retrieving information out of the index?

No other members of the team have been having this issue, and I tried updating to 2023-09, but no real improvement. I enabled track UI freezing in the preferences menu, and it captures it each time it happens, but so far I haven't had any luck spotting the culprit in the dumps.

UIFreezes.log

Bananeweizen commented 8 months ago

Do you have a huge number of errors/warnings/infos? The log shows your problem view updates to take excessively long. You can limit the number of issues shown and you can group them differently as a workaround.

SKKHex commented 8 months ago

I did yeah. After taking the time to actually go tell the indexer where all the includes are it seems to have cleared it up. Thanks!