Search code examples
c++xcodedebuggingxcode5

Xcode not printing log/console messages. Shows a black debugger


I'm running an ipad project on XCode. My project builds and runs successfully. But the logger messages (cout/printf statements) are not getting printed. It was working fine. I don't know what I did.

This is how the debugger screen looks when the project is running.

Debugger

Help please..


Solution

  • Works after restarting Xcode. Should be a glitch.