Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow / crashing in VS2015 #20

Open
Tesserex opened this issue May 2, 2016 · 1 comment
Open

Slow / crashing in VS2015 #20

Tesserex opened this issue May 2, 2016 · 1 comment

Comments

@Tesserex
Copy link

Tesserex commented May 2, 2016

I've tried this extension twice now, as it would be a huge help for me since I have work and personal projects with different settings. Whenever I use it, it seems to slow VS to a crawl or crash it when I try to load my large work sln. I don't usually have a problem with my personal projects, but loading a large project is just a no go. It's definitely rebracer as both times removing it has immediately cured the problem.

If there's any way for me to get logs to you I'll be glad to provide them.

@SLaks
Copy link
Owner

SLaks commented May 2, 2016

That's strange; Rebracer operates at the solution level only and should not care about how many projects are in the solution.

I suspect that some VS service is operating on every project when I change some setting.
If so, you can try to find the culprit setting with a binary search (delete half of the groups / settings in Rebracer.xml, restart VS and see if it's still slow, then repeat until you find a single culprit).

Alternatively, you can start a second copy of VS, attach its debugger to the first copy, then click pause when it's hung and look at thread stack traces to see what it's doing. (also, look for the actual exception if it crashes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants