Does Xcode have a watch window?

后端 未结 2 1461
臣服心动
臣服心动 2020-12-18 19:46

Does Xcode have a watch window for variables? It has a window for local variables but that\'s not much help when I want to watch the value of a global.

I\'ve been sp

2条回答
  •  失恋的感觉
    2020-12-18 20:07

    Open Debug Area via View -> Debug Area -> Activate Console (Xcode 9)

    Right click -> Add Expression

提交回复
热议问题