Xcode 4.2 jumps to main.m every time after stopping simulator

后端 未结 11 1321
感情败类
感情败类 2020-12-04 09:28

This is more of a general annoyance. Every time after stopping the simulator, Xcode jumps to main.m for some reason. On the left nav, it jumps to the Debug Navigator.

<
11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 10:09

    None of these solutions worked for me and I find the behavior too intrusive to put up with.

    I get round it by using the 'Assistant Editor' instead of the editor as my main editing window. You access the Assistant Editor using the tiny little bow tie button at the top right of the single window.

    You can set then it to 'Manual'. Click on the button that is the far left crumb of the breadcrumb trail at the top of the Assistant Editor frame and select Manual from the pop-up menu that appears. The Manual setting allows you to select the file you're editing by clicking on the second to last crumb of the breadcrumb trail and selecting the file from the pop-up that appears.

    I then just minimize the size of the main editor - or use it as a secondary editing window, useful given that you can't split the editors into multiple frames any more. Far from ideal - but that's XCode 4 for you.

提交回复
热议问题