My Visual Studio 2010 debugger sometimes has a very strange behaviour...
Sometimes it doesn\'t stop at breakpoints, but when it stops, and I want to step into a meth
Here are a couple of reasons and workarounds for why Visual Studio will avoid stepping into a particular method.
DebuggerNonUserCode
which causes the debugger to step over the method.