Unable to see cursor in LCDB Xcode debugger

In Xcode "All Output" aka console, when I type things like po someObject , I never see my cursor, so I have no idea where I am when I want to go back and add square brackets, for example:

enter image description here

+4
source share
1 answer

The same problem had a reason: Xcode Theme - Background and Cursor were set to the same color.

0
source

All Articles