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: 162
visual-studio-2010
|visual-studio-debugging
I also tried 2 solution. But It doesn't worked.
- Go to Tools > Options menu in Visual Studio.
- Go to Debugging > General menu item in left pane.
- 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
- Go to Tools > Options menu in Visual Studio.
- Go to Debugging > General menu item in left pane.
- 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