idecodeblocks

Enable compiler output pane in Codeblocks


This is probably a really noob question, but the fact of the matter is that my Code::blocks wouldn't show me errors when it compiles - it only shows a red bar next to the offending line as shown in screenshot. Also, when my code does run and has output, CB opens a new window instead of showing the output in a pane in the bottom of the editor window like some other IDEs. How do I enable either/both, since they're probably the same feature? Thanks!alt text


Solution

  • Press F2 to enable Logs panel. Select "Build log" in it.

    Or go to menu: View -> Logs

    Have a good developing!