Code :: Blocks - warnings disappear when the program starts

I am using Code :: Blocks 10.05 (currently on Windows). When I run the program (Ctrl + F10), all warnings in the build log disappear, so the first line is "Check for existence ...". Therefore, when I create and run (F9), it is not possible to read the warnings, because they are visible only for a few seconds.

Where is the setting to change this?

+3
source share
1 answer

Just use the Create command for your project without starting it. The shortcut for this is Ctrl + F9. This way you can keep a build log.

+1
source

All Articles