James Raitsev
James Raitsev

Reputation: 96491

How to configure Xcode to not go to Debug Navigator upon run?

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

Answers (2)

Robert Wagstaff
Robert Wagstaff

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

Monolo
Monolo

Reputation: 18253

It is under Behaviors in the Preferences pane.

Upvotes: 1

Related Questions