OS X equivalent to OutputDebugString()?

后端 未结 4 1374
隐瞒了意图╮
隐瞒了意图╮ 2021-02-07 14:47

I\'m examining the feasibility of porting an existing Windows MFC control to OS X/Carbon. My test bed is a C++ Carbon application generated using the XCode 3 Wizard.

I\

4条回答
  •  礼貌的吻别
    2021-02-07 15:22

    In Xcode you can see the output of std::cout/std::cerr in the "console" window (Run->Console).

    There is also Console.app (in /Applications/Utilities) which logs all output written to std::cerr from GUI applications.

提交回复
热议问题