F10 - (Step Over) Works, F11 - (Step Into) Doesnt Works - Visual Studio ?

Dec 10 2010 6:10 AM


F10 works in my code for debugging, But if a function call came in the line and if i click F11, debugger doesnt step into that function definition. Its directly going to the next line of code.
 
F11 doesnt works.
 
What could be the reason ?

Answers (2)