How use Instruments and display the console in Command Lines applications

前端 未结 3 1659
粉色の甜心
粉色の甜心 2020-12-31 00:33

I\'m using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks.

However, I couldn\'t find a wa

3条回答
  •  长发绾君心
    2020-12-31 01:09

    You can change the output in the Options dropdown when choosing your target. The output will appear in the system Console (Applications/Utilities/Console).

    IO options

提交回复
热议问题