Message 1 of 6
Debugging super slow using VS2010 .Net 4.0 + acad 2012 64bit

Not applicable
06-11-2014
08:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I ported my application from .Net 3.5 (using VS2008) to .Net 4.0 (using VS2010). Now it takes minutes to run code in debug that takes seconds when the debugger is not attached (and that was fast in VS2008 with or without the debugger attached).
When step-by-step debugging in VS2010, I can see that functions such as SelectAll take seconds to execute, while they are executed in realtime while debuggin in the old VS2008 code.
This looks similar to
and
http://forums.autodesk.com/t5/NET/Why-is-the-debugging-process-slow/td-p/3538906