NoviceCoder
NoviceCoder

Reputation: 519

Missing debug buttons on toolbar VS

On VS 19 when debugging, there used to be the different types of buttons on the toolbar i.e. start, stop, step into, step over, etc. Now for some reason it disappears and when I debug the only thing I see on the toolbar is a play button that shows continue. When I want to do other options, I have to go to the debug tab. Is there a way to restore those standard debug options that would automatically show up on the toolbar on debug mode?

enter image description here

Here I am debugging but the debug options are missing:

enter image description here

Upvotes: 3

Views: 6218

Answers (2)

Dimal Maloku Mali
Dimal Maloku Mali

Reputation: 21

Go to Views>Toolbars: Standard and gg it will appear the Debugging in dropdown list.

Upvotes: 2

Kit
Kit

Reputation: 21709

You should be able to click on the little dropdown arrow to the right of the toolbar

enter image description here

which gives you Add or Remove Buttons, which you can hover over and select the buttons you need.

enter image description here

You can also

  1. Select View | Toolbars | Customize... from the main menu
  2. Click on the Commands tab
  3. Select the Toolbar: radio button and choose the Debug entry in the dropdown to the right. Looks like this:

enter image description here

Upvotes: 6

Related Questions