Hello,
I see a similar problem. I have a "for" loop, which I use to bulid a tree and it only loops a few times but, it takes about 7 seconds when "no" break point is added. It runs faster with a break point?!?! It seems to me that the 7 second time is consistent with the time delay that other people have seen with this problem! Could this be a bug?!
I have used "SetSleepPolicy" to set the sleep to "None" before I enter the loop but, that did not help either. There are no items in the watch window but, I do need to run the application in debug mode so "Release" is not an option (It does help though).