Reputation: 96491
How to configure Xcode to not go to Debug Navigator
by default, upon run? Upon <command-R>
, i'd like to stay on Project Navigator
, if possible.
Upvotes: 2
Views: 72
Reputation: 2674
To expand on Monolos answer:
Go to Xcode -> Preferences -> Behaviours -> OpenGL ES capture starts
then untick the box next to "Show navigator 'Debug Navigator'"
Upvotes: 0