Why is my xcode 4.2 log always empty?

后端 未结 4 2038
深忆病人
深忆病人 2021-01-17 04:35

in a method that is accessed three times I want to write something to the log.

NSLog(@\"%@\", [response responseString]);

But there is noth

4条回答
  •  庸人自扰
    2021-01-17 05:20

    Today I have been frustrated with a similar problem. When the console is activated, only the variables pane is showing. No sign of the console pane. After finding Debug Area Help via right clicking in the variable pane, i could see that it is meant to sit next to it on the right.

    The key for me was to Hide the Utilities panel. For me, the little buttons shown in Luke's answer above would not appear until hiding and unhiding the Utilites panel.

提交回复
热议问题