This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CodeComposer: how to display Error

Hi all

I'm try to switching from IAR to CodeComposer and I'm evaluating the CodeComposer.

In IAR, when it found an error in code, it is immediatelly showed the error type <and description, so it is very fast to fix it. 

In codeeComposer when I made a mkistake is very long to find it. When I build a project in consolle are display many information (not usefull) and in "problems" only the number of error...So if an error is found I must see in "problem" where it is (in what .c file) and after this see all the very long conasolle text and find where the error is logged and finally read the description of error....

There is a mode that I can:

- See immediately the error in code: when appeare the "red cross circle" at the left of the line number in text editor I can see the number of error if I put the mouse on it... It is poissibile to see both the numkber of error and the description or the meaning of error?


- See immediately the error in "problems": when the error is found in problems appear the menu "error" and the sub menu with the number of error and the line where is found... It is possible to show both both the numkber of error and the description or the meaning of error?

- In consolle selective log: It is possible to have 2 consolle, one where it are logged all the informartion and one where are logged only the things I want to show? So, if it is possible, I can select to show only the error and no other thing.

Many thanks!

a screen shot: In the left my workspace with problem and in the right the correct workspace