Remove duplicates from error list in Visual Studio 2010 (C++) -


Is there a way to remove duplicate errors from the error list in Visual Studio 2010?

When I compile my (Legacy) C ++ code, I get the same error several times in the header file, every time it is imported into a different file it actually returns the same error Is there a way to see only different errors in the error list?

Thank you. I will not use the error list to prioritize hundreds / thousands of errors, I will use the output window of the

I will use

Cause:

  • Output window shows all errors in their operational context. The error list (or TFS build log for that matter) often displays an error in erroneous commands, or completely misses errors (for example, if a post-build phase fails, you report the error The "0 errors 0 warnings" will be found in the list when "Output Window" 5 projects have been successfully created, 2 Fails "My book has a project that fails to create is an error, and most definitely should be something like that, the conclusion: the error list is simply unreliable for use in a production environment)

  • You can copy / copy the output window text in the new text file, filter the errors only, sort them, and remove duplicates very easily (any number of regex, command line, GUI, addin or macro approach). An erection Da keeping and then fixes want to sift through the results to prioritize, it pays to do a price easily pay back the time saved in the "Sifting" jobs.

    On the other hand, do not bother "priority". Generally, many errors in the header files will be repeated repeated error, one of the most trivial improvements, so that you can spend up to a few hours so that they reduce "spam" in your build and then cut into more difficult issues. Go. It often has more time-efficient approach than trying to filter them to deal with later.

Comments