Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Nico2993ee on February 07, 2011, 01:17:56 pm
-
Hello everyone,
Why is do I always lose the debug information(warnings) after I do a build and run command.
I would expect that this panel would contain the same information (after the build and run command) as it does after the build command.
It there a setting for this which overlooked?
Anyway have a good day. Best regards
Nico
-
when you do a "build", only the edited/changed cpp/c file will be compiled, so only the warnings in this file will be plotted. :D
-
Shame on my! :)