Search code examples
c#visual-studiovisual-studio-2015visual-studio-debugging

How to hide Visual Studio attach to process popup window


I have attached VS2015 to process and after I finished my debugging I closed out and reopened my solution. Now whenever I'm debugging my own application I see pop-up menu that I'm not sure how to hide.

enter image description here

Any ideas what this pop-up menu is called and where is the setting to hide/show it?


Solution

  • Try unchecking this option: Tools –> Options –> Debugging –> General –> Enable UI Debugging Tools for XAML.