.NATVIS 文件扩展名

Natvis VC++ Debugger Visualization File

开发者 Microsoft
受欢迎程度
4.0  |  2 
 

什么是 NATVIS 文件?

A NATVIS file is a debugger visualization file used by Microsoft Visual Studio, a software development tool used to create Windows programs and web applications. It contains one or more Type elements, or visualization rules, in XML format. NATVIS files are part of the Visual Studio Natvis framework that enables developers to define how native types are displayed in debugger windows, such as "Locals" in the Visual Studio debugger.

更多信息

You can find NATVIS files for common types that come with Visual Studio in the following path:

%VSINSTALLDIR%\​Common7\​Packages\​Debugger\​Visualizers

You can open and edit NATVIS files in Visual Studio. After changing the file and saving it, the modifications will be reflected in the "Watch," "Locals," etc. debugger windows. You can also open and modify NATVIS files with a different program than Visual Studio but the modifications will not be automatically reflected. You need to use the .natvisreload command in the "Watch" window or restart the debugging session. NATVIS files may be defined per-project, -user, or -system or embedded in .PDB files.

You can add a NATVIS file to a C++ project by selecting the project node in the "Solution Explorer" then clicking Add → New item → Visual C++ → Utility → Debugger visualization file (.natvis).

注: The NATVIS file was introduced to replace the autoexp.dat file, which was previously used by earlier versions of Visual Studio.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 NATVIS 文件的程序

分类: 开发者
更新时间: 2018-10-23

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Natvis VC++ Debugger Visualization 文件格式和 Windows 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们