Xcode debugger stopped displaying local and self variables

前端 未结 6 2049
别跟我提以往
别跟我提以往 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:22

    I just had the same problem and it turned out to be which compiler I had set in the project settings. Switched it to GCC 4.2 and they started showing up again.

提交回复
热议问题