c# - Remove 'Black Bar' From Any Window -


this question has answer here:

so whenever try , run wpf application in visual studio 2015, black box thingy appears:

enter image description here

here's icons say:

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

how rid of it? thanks.

you're looking @ ui debugger, lets similar things snoop, excellent tool has saved me lot of trouble in past.

that being said, have 2 options disable it:

  1. detach debugger, or run without debugging
  2. see answers in post

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -