Issue with Debugger Console

Hello,

I'm having a weird issues with the Xcode, and I can't figure out how to turn it off.

The xcode debugger console usually goes away if i hit the hot-keys or select it in the options, but it's currenlty not dispearing all the way. What I mean is when I hide the debug console a little piece of it is still visible, and it has s red dot between the up/down arrow and break point buttons. Does anyone know how to make this go away? I don't know what setting I accidently turned on. In my other projects I have they all look normal, and the debug console compeltey goes away if I make hit the hot keys or select the option. The bar doesn't compelety disapear.

Thanks,

Jadex

This has been bugging me also, mainly because when I switch to a file that activates or deactivates the debugger bar, two lines in my editor are highlighted. This is clearly a UI bug in Xcode 7, and needs to be fixed.


After a lot of searching (when I came across your post), and a lot of experimenting with different files and projects, I found the root cause. It is caused somehow by the UI Testing target. Once I deleted the target, and re-addedit, no files in the project activated the debugger bar. So it seems that there is a cache that keeps track of the UI testing status of files, and this cache somehow fell out of sync.

Issue with Debugger Console
 
 
Q