How to see NSLog() from console app when using instruments

后端 未结 4 1091
遇见更好的自我
遇见更好的自我 2020-12-30 19:36

I\'m using instruments for allocations, but want to see my NSLog messages. In another post they mentioned to look inside /Applications/Utilities/Console for the messages.

4条回答
  •  天命终不由人
    2020-12-30 20:30

    Alternative to Black Frogs answer, you can also use the integrated console from your mac directly without Xcode. All output is forwarded there. Just do a spotlight search (CMD + Space) and type in console.

提交回复
热议问题