For CodeWarrior 10, how does one stop the build after just some number of errors? I would think there is a setting somewhere for this......
I have too many errors in the build and I'd like to see the first occurance (which is causing all others). However, the console buffer has overflowed....
Hello
I am not aware of any way to stop building after the first error, but you can increase size of the build console.
This can be done as follows:
- Open the Workspace Preference dialog (select Windows -> Preferences"
- Select page "C/C++" -> "Build Console"
- Increase size of "Limit Console output (# lines)"
- Click OK to validate the change
You should be able to see more messages now.
I hope this helps a bit.
CrasyCat