View structures in PDB(Program Data Base) file
- View UDT,ENUM,TYPEDEF
- View large PDB files
- Keyword highlight
- Navigate between structures
- Fuzzy search
This tool use DIA SDK to get PDB info.So first need DIA SDK installed
The DIA SDK is installed by default when you install Visual Studio.It's in C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
by default.All you need is register relevant DLL.
%systemroot%\system32\regsrv32.exe "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\DIA SDK\bin\amd64\msdia140.dll"
Open x64 Native Tools Command Prompt for VS 2022
,then run:
msbuild -m PdbExplorer.sln /p:Configuration=Release,Platform=x64,DebugSymbols=true,DebugType=pdbonly
or
msbuild -m PdbExplorer.sln /p:Configuration=Release,Platform=Win32,DebugSymbols=false,DebugType=none