When using the debugger to step thru code it will sometimes jump to some random other bit of code - I think due to a timer.
I've seen this a number of times jumping to some autosave code.
Once it does this and it is stopped in the autosave code, even though I have breakpoints set for what should be coming next in the code I was trying to debug, when I continue, those breakpoints are not hit.
Anyone else see this happening?
Is there a workaround?