CsDebugScript.DiaSymbolProvider
1.4.0.355
Provides fast access to symbols by directly reading PDB files using DIA library. It is symbol provider for CsDebugScript.Engine.
Install-Package CsDebugScript.DiaSymbolProvider -Version 1.4.0.355
dotnet add package CsDebugScript.DiaSymbolProvider --version 1.4.0.355
<PackageReference Include="CsDebugScript.DiaSymbolProvider" Version="1.4.0.355" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsDebugScript.DiaSymbolProvider --version 1.4.0.355
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- CsDebugScript.Engine (>= 1.4.0.355)
- DIA (>= 1.0.2)
-
.NETStandard 2.0
- CsDebugScript.Engine (>= 1.4.0.355)
- DIA (>= 1.0.2)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CsDebugScript.DiaSymbolProvider:
Package | Downloads |
---|---|
CsDebugScript.DbgEng
Provides DbgEng.dll as debugger engine interface for CsDebugScript.Engine. It can be used to inspect Windows dumps or debug running applications. Also includes COM interfaces for working with DbgEng.dll (WinDbg debugging engine).
|
|
CsDebugScript.CodeGen
Extension to CsDebugScript.Engine that provides ability to extract user types from symbols files. By default it uses DIA to read PDB files, but it can be used with CsDebugScript.DwarfSymbolProvider to generate from DWARF symbols (either from PE or ELF image containers).
|
GitHub repositories
This package is not used by any popular GitHub repositories.