Code::Blocks - 运行程序时警告消失
我正在使用 Code::Blocks 10.05(当前在 Windows 上)。 当我运行程序(Ctrl + F10)时,构建日志中的所有警告都会消失,因此第一行是“检查是否存在...”。 所以当我构建&运行 (F9),则无法读取警告,因为它们仅可见几秒钟。
哪里可以设置更改呢?
I'm using Code::Blocks 10.05 (currently on Windows).
When I run the program (Ctrl + F10), all the warnings in the build log disappear, so the first line is "Checking for existence...".
So when I build & run (F9), it's not possible to read the warnings, because they're only visible for a few seconds.
Where is the setting to change that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需对您的项目使用Build命令即可,无需运行它。快捷键是 Ctrl + F9。这样你就可以保留你的构建日志。
Just simply use the Build command for your project without running it. Shortcut for this is Ctrl + F9. That way you get to keep your build log.