简体   繁体   中英

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!替代文字

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

Or go to menu: View -> Logs

Have a good developing!

转到查看 - >透视 - >并启用代码:: Blocks默认情况下,您可以看到项目左侧和下方的构建日志和消息等。

If after hitting F2, you don't see "Log & others" tab

You need choose: "View" ==> "Perspective" ==> "Delete current"

您只需按F2即可启用“日志和其他”窗格。

步骤 :View -> Perspective -> Delete 确实有效,如果 F2 和查看日志不起作用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM