Xcode debugger stopped displaying local and self variables

前端 未结 6 2044
别跟我提以往
别跟我提以往 2021-01-12 05:06

I don\'t understand this at all, but I can no longer see any locals or ivars when debugging my iPhone app with Xcode 3.2.3. Everything seemed normal until yesterday afternoo

6条回答
  •  孤街浪徒
    2021-01-12 05:30

    In my cases it was the optimisation for debug.

    In the build settings Optimization Level was set to Fastest for both Debug and Release. I switched Debug to None and it solved the issue.

    enter image description here

提交回复
热议问题