In my company, we work with our own visualizers (.natvis files) for debugging memory dumps in Visual Studio.
Since we have the same class names for different projects, we are thinking of including .natvis files in the description files, and this seems to work: .natvis files are embedded in symbol files (* .pdb) during build, which is good.
Unfortunately, now it is impossible to perform any configuration: from .natvis files (a file on a PC and from a file in a symbol file), which takes precedence in a symbol file, which makes it unchanged, so no configuration seems to be possible more.
To have custom .natvis files, we are thinking of changing the sequence of .natvisreload. Is this possible or is there another approach for this (for example, adding parameters to a command .natvisreload
)?
source
share