Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove 'Black Bar' From Any Window [duplicate]

Tags:

c#

wpf

So whenever I try and run any WPF application in Visual Studio 2015, this black box thingy appears:

enter image description here

Here's what the icons say:

enter image description here enter image description here enter image description here

How do I get rid of it? Thanks.

like image 266
Jishan Avatar asked May 25 '16 00:05

Jishan


1 Answers

You're looking at the UI Debugger, which lets you do similar things as Snoop, which is also an excellent tool that has saved me a lot of trouble in the past.

That being said, you have two options to disable it:

  1. Detach the debugger, or run without debugging
  2. See the answers in this post
like image 126
Matt Avatar answered Nov 10 '22 06:11

Matt