VioletGiraffe/cppcheck-vs-addin

Add support of VS 2019

aliha opened this issue · 5 comments

aliha commented

It seems that version 1.4.1 does not work with Visual Studio 2019 16.2.3 .
It is installed without any error.
When I run it, nothing happens. There is no message in cppcheck analysis output and cppcheck analysis results is empty.

I don't know what problem this is yet, but I doubt it has to do with the particular version of VS (I'm running 16.2.3 myself right now). Much more likely is that no C++ sources were found to analyze.

aliha commented

Thank you for the quick reply.
Is there anything that I do to get more information? Any debug flag that I turn on? any log?

Not really, the only way of debugging right now is to actually debug it (build from source and launch debugging).

Try checking a different project / solution, as a test.

aliha commented

I tried different projects and solutions. They are the same, nothing happens.