Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Nico2993ee on February 07, 2011, 01:17:56 pm

Title: Lossing Debug log after 'build and run' command
Post 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
Title: Re: Lossing Debug log after 'build and run' command
Post by: ollydbg on February 07, 2011, 01:48:46 pm
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
Title: Re: Lossing Debug log after 'build and run' command
Post by: Nico2993ee on February 07, 2011, 01:53:12 pm
Shame on my! :)