In my company we are working with native visualisers (.natvis files) for debugging memory dumps in Visual Studio.
As we have equal class names for different projects, we are thinking of including .natvis files in the project definitions, and this seems to be working: the .natvis files get embedded in the symbol files (*.pdb) during the build, which is a good thing.
Unfortunately it now seems to be impossible to do any customisation: from both .natvis files (the file on PC and the one in the symbol file) the one in the symbol file gets priority, which makes it unchangeable, so no customisation seems to be possible anymore.
In order to have customisable .natvis files, we are thinking of altering the .natvisreload sequence. Is this possible or is there another approach for this (like adding parameters to the .natvisreload
command)?