So I am using Visual Studio 2010 and developing a C# .Net Forms Application. I am at the portion of my code where I am using Delegates and I require the ability to “Step-In” to my code and to “Step-Out” of my code. Currently, the only option that I have enabled is “Step-Over”, which is quite limited. Here is the list of things that I have tried to re-enable “Step-In” and “Step Out”:
- F-10 is tied to Step-Over
- F-11 is also tied to Step-Over
- Adding and Removing Buttons only has the option to remove the Step-Over Button.
- I have looked at the debugging options and have not located the option for enabling additional debugging controls.
Does anyone have any ideas? I have tried to Google this, but have not found anything (I may not be searching for the right terms)
Here is a picture of what I am experiencing. Thank you for your help.
Resetting your UI might be advisable. If you didn’t make a lot of customizations then use Tools + Options, Import/Export, Reset.
If that’s too much pain then you can repair the command bar. Tools + Customize, Commands tab. Select the Toolbar Radio button and pick “Debug”. Use Add Command to add the missing commands back.