In Visual Studio 2010, the Step Into Property/Function (F11) doesn't work as expected.
It doesn't step into property setters or getters.
I converted the solution from Visual Studio 2005
to 2010
, the function i wanted to step into is a property in a separate class library.
How can I make it work as I expect?
See Question&Answers more detail:os