What is going on that causes a debug build to be so much slower attached to the debugger compared to unattached? They are both the same exe running.
Edit: Most of th
Do you have a lot of logging via OutputDebugString? Output produced by OutputDebugString is received by a debugger, but ignored when not running under a debugger.