This is kind of a vague question, but is there anything I can do about visual studio slowing down an application? If I run the executables outside of visual studio it runs at a very acceptable speed. If I run it inside visual studio with the debugger enabled it runs nearly 200x slower. I have tried to uninstall and reinstall visual studio to no avail. I removed all my plugins (ants & resharper) and still nothing. I have ran the project inside a visual studio on another computer and it the speed was normal. What can I do to resolve this? It seems to have happened recently, but potentially gradually.
Update: I have ran it now in other visual studios, and the slowdown maintains. My only conclusion is the way im allocating memory in the speeds that I am in the application is causing the debugger to slow things down in some way. Anyone ever have any experience in this happening?