Why does F10 (step over) in Visual Studio 2010 not work?

Posted by maycil on Stack Overflow See other posts from Stack Overflow or by maycil
Published on 2012-02-24T07:47:29Z Indexed on 2012/04/11 23:30 UTC
Read the original article Hit count: 149

I also tried 2 solution. But It doesn't worked.

  1. Go to Tools > Options menu in Visual Studio.
  2. Go to Debugging > General menu item in left pane.
  3. In right view you will see and option Step over properties and operators (Managed only). Uncheck this option and then you are all set.

and

  1. Go to Tools > Options menu in Visual Studio.
  2. Go to Debugging > General menu item in left pane.
  3. In right view you will see and option Enable Just My Code (Managed only). Uncheck this option and then you are all set.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about visual-studio-debugging