Recently I noticed some strange behavior when debugging ASP.NET application. When I press F10, sometimes it doesn't go to the next code line, but just stays on the same until you press it 2-3 times. And sometimes it goes to the previous line. It happens only in one library, used for this application, all other code I can debug as usual. Is it some kind of bug? Can it be fixed?
This is not a bug in Visual Studio Debugger but probably a standard behavior that is resulting from calling a multithreaded code.