Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter error messages from build output

I'm having a hard time to quickly fix syntax errors with Visual Studio 2010 because usually the build output consists of lots and lots of warnings and maybe one or two error messages. The errors are hidden like the proverbial needle in the haystack.

Now I don't want to ignore the warnings, but the errors are more important. Is there a setting/method/trick/... in Visual Studio 2010 to filter only the error messages from the build output? Perhaps one can sort the build output according to warnings an errors. If so, how?

like image 378
chessweb Avatar asked Apr 26 '11 19:04

chessweb


1 Answers

It's all in the image... essentially, click on the type of messages you want to view/hide in the Errors list to toggle them from visible to hidden and back again...

Click Here to hide the warnings... click again to unhide

like image 107
forsvarir Avatar answered Nov 22 '22 16:11

forsvarir