Xcode debugging problem

后端 未结 3 1730
庸人自扰
庸人自扰 2021-01-24 03:41

I have a little problem with the Xcode Debugger. Looks to me the \"Step In\" function doesn\'t work like it should. Or just as I expect it to work.

I can step in any met

3条回答
  •  自闭症患者
    2021-01-24 04:28

    In the debug project settings you must disable code optimization option with OPTIMIZATION_LEVEL = NONE.

    Good luck!

    Source: Working with Xcode Build Settings

提交回复
热议问题