Visual Studio 2005 Debugger

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:

Has everyone noticed that the new debugger in VS2005 do not have all the
functionality of its predecessor? There are no "Step into" and "Step out"
buttons on the debugger toolbar and there's no way to add them either. You
only get a "Step over" button. Or have I missed something that's obvious?

Thanks.
 
I have all these controls and I'm using VS2005 Pro. If you're using the
VS2005 Standard Edition and it doesn't have these controls, I'd be
completely shocked. Even the free Express versions have it.

-sb
 
I'm using VS2005 Standard.

sb said:
I have all these controls and I'm using VS2005 Pro. If you're using the
VS2005 Standard Edition and it doesn't have these controls, I'd be
completely shocked. Even the free Express versions have it.

-sb
 
Did you find a fix to this? I don't have the buttons either and can't
find how to add them.

-Sean
 
1. Click on the tiny drop down button at the end of the debugging toolbar.
2. Select "Add or Remove buttons" option.
3. Select "Customize" option to bring up "customize" dialog box.
4. Go to Commands tab. This tab has Categories list to the left and Commands list to the right.
5. Select Debug category from Categories. This shows all commands (buttons) available in debug category - this includes Step Into, Step Out and many others.
6. Select any command buttons from the commands (Step Into or Step Out) - drag the button and drop it on any toolbar you like - in this case, you may drop it on debug toolbar.
 
Back
Top