skip to Main Content

When i debugging with breakpoints Xcode shows me this window on each step over (or continue):
Pic1

But i’would rather see this: Pic2

How to say to Xcode to not show me Pic1 tab???

2

Answers


  1. Chosen as BEST ANSWER

    I found an option in Xcode, to hide this tabs: Debug -> Debug Workflow -> Always show disassembly (uncheck).picExample


  2. In Pic1 you are seeing the debugger console.

    You should find following toolbar at it’s top –
    enter image description here

    Hit the highlighted button and you should get back to Source Editor.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search