简体   繁体   中英

Debug stepping not working after enabling then disabling “Enable .NET Framework source stepping” in VS2010

I'm fairly new to programming and IDEs in general. I was messing around in [Tools] [Options] [Debugging] in VS2010 and now my program is not stepping through the code as it was previously. I checked the "Enable .NET Framework source stepping" option and then it attempted to dowload symbols. Then I unchecked this option and now my program will not step back into the Form1 code after the form launches and a button is clicked. Thanks for the help.

In the same settings, is "Enable Just My Code (Managed Only)" checked? When you check "Enable .NET Framework source stepping", VS2010 will uncheck the other option (they are mutually exclusive).

Make sure you're still targeting x86 and try cleaning the project. For the first, right-click solution > properties > configuration properties. For the second, right-click solution > select clean

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM