F10 isn't working properly in VS2005

Posted by torvin on Stack Overflow See other posts from Stack Overflow or by torvin
Published on 2010-05-04T15:42:18Z Indexed on 2010/05/04 15:58 UTC
Read the original article Hit count: 294

When project is stopped (not in the debugging state) and you press F10, normally the debugging session starts and VS stops at the entry point (e.g. Program.Main). That always worked for me in VS2005 and works OK in VS2008. But recently that stopped working in my VS2005 - the project just runs as if I pressed F5, so I have to place a breakpoint at Program.Main when I need to stop at the entry point. Though it continues to work as it should in my VS2008. I suspect, that's because I installed Reflector add-in and it changed some settings in VS2005, but I just can't find out which settings. Also, disabling that add-in has no effect on my issue :-(

Please help, thanks in advance.

© Stack Overflow or respective owner

Related posts about debugging

Related posts about debug