Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gast on April 04, 2006, 03:15:48 PM

Title: How Can I See Compiler Warnings?
Post by: gast on April 04, 2006, 03:15:48 PM
I have checked in the options, that i will see all warnings, but if i compile the programm shows me the warnings, but just for a seconde, because then there is only "executin...". And when i click on "Build messages" there isn't anything.

I hope you can help me.
Title: Re: How Can I See Compiler Warnings?
Post by: Ceniza on April 04, 2006, 04:09:45 PM
It seems like you're using the "Build and Run" button. Try using only "Build".
Title: Re: How Can I See Compiler Warnings?
Post by: gast on April 05, 2006, 06:05:22 PM
Quote from: Ceniza on April 04, 2006, 04:09:45 PM
It seems like you're using the "Build and Run" button. Try using only "Build".
Thank you!

Is there a possibility to jump directly to the lines where the warnings appear?

mfg.
Title: Re: How Can I See Compiler Warnings?
Post by: TDragon on April 05, 2006, 06:09:54 PM
Quote from: gast on April 05, 2006, 06:05:22 PM
Is there a possibility to jump directly to the lines where the warnings appear?
In the Build messages tab, double click the warning.
Title: Re: How Can I See Compiler Warnings?
Post by: gast on April 05, 2006, 08:19:53 PM
Quote from: TDragon on April 05, 2006, 06:09:54 PM
Quote from: gast on April 05, 2006, 06:05:22 PM
Is there a possibility to jump directly to the lines where the warnings appear?
In the Build messages tab, double click the warning.
Cool! Thank you!

I think i love Code::Blocks more and more...