The problem
I'm not sure how to prevent the debugger bar from appearing/disappearing for certain files. This is an issue that has occurred ever since I started using Xcode 7.
Why it is a problem
Two to three lines are selected in the editor after I tap in it, to switch from/to the assistant editor, as show in the attached image below.
Here is what I know about the issue so far:
- I've looked online, and found no information on the issue.
- The issue still occurs if I elect to show the Assistant Editor on the right.
- Some files do not cause the debugger to show.
- Even if I choose to hide the debugger in Behaviors, the issue still occurs.
- If I use the activation button to show the debugger, and then try to drag it down, the bar sticks at the bottom, and does not disappear.
- For files that don't show the debugger bar, I'm able to drag the debugger down and it hides completely.
- This does not happen on Xcode 6.4.
- This occurs on both OSX and iOS projects.
Ideal Solution
I'm looking for a way to hide the debugger completely, so that the editor doesn't freak out and select lines when I tap inside it. Any help is greatly appreciated!
