Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Micky on January 18, 2011, 09:26:36 am

Title: Tracing compiling errors in the source
Post by: Micky on January 18, 2011, 09:26:36 am
It's good to be here, welcome to everybody, and - here's my first question: After experimenting quite a lot with different environments, I decided to switch to C::B, but right from the beginning - in my view - I'm missing an important feature: with Dev-C++ or Netbeans ide's I simply used to left-click on a compiler-error-message and the cursor automatically jumped to the said source code position! In C::B I just get a (red) line with a corresponding line number, which I have to trace manually.

What I'm doing wrong?

Thanks for your kind help!
Title: Re: Tracing compiling errors in the source
Post by: killerbot on January 18, 2011, 09:34:47 am
note there are 2 tabs with compiler output :
1) Build log : this is simple text output
2) Build messages : this is a synopsis list of warnings and errors, and when you double click those entries you are taken to the offending line in the source code.
Title: Re: Tracing compiling errors in the source
Post by: Micky on January 18, 2011, 10:26:02 am
Ooohhhh ... I'm sorry, I should have noticed that :oops: Thanks a lot for your fast help!

P.S.: single-click capability is not available?