4

I am trying to stop solution debugging. I can't find the Stop button. It suddenly disappeared and I don't know why !

The button should switch to stop do process the stop function but don't know why its not.

enter image description here

3
  • I think i reported that as a bug. Oct 4, 2018 at 0:22
  • Debug > Stop debugging. You can always change the buttons shown anyway Oct 4, 2018 at 0:32
  • Just press "Shift+F5". Oct 4, 2018 at 2:52

3 Answers 3

1

I just started having this problem today after adding a few new packages to a project. the packages themselves I believe are not at fault but the additional menu actions that came along with them are. if you 'Right-Click' upon most of the actions along the tool bar, a check list should appear. Unchecking a few menus that were unused by me eventually allowed the Debugging Actions to expand and the Stop action was back. XtraReports was the culprit in my particular case. GL

enter image description here

enter image description here

-1

You can use the keyboard shortcut Shift-F5 to stop debugging also.

-1

You can go to the debug menu, there should be "Stop Debugging" or just press "Shift+F5"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.