Xcode debugger sometimes doesn't display variable values?

后端 未结 19 2238
醉话见心
醉话见心 2020-12-14 13:54

This happens to me pretty often. For example, right now I have the debugger stopped at a breakpoint in a method . . . and it isn\'t displaying any variable values at all.

19条回答
  •  被撕碎了的回忆
    2020-12-14 14:39

    Had the same issue using Xcode 6.4 running the app on device. Running on simulator will show all variables on debugging variables panel.

提交回复
热议问题