The Visual Studio 2005 C++ debugger keeps stepping into disassembly view when I "Step into" or "Step Over". This is not something I want, so I have to keep right-clicking and "Go To Source Code".
It doesn't always do this - I think it gets confused when stepping between different projects in the same solution (static libs, and one console app) but all the projects have default settings and the "debug" configuration is selected, and cleaning and rebuilding doesn't make any difference.