embedding-pdb-in-exe

Installation
SKILL.md

PDB Embedded Debugging Symbols

Embed PDB files into EXE/DLL for stack traces with source locations without separate symbol files.


Quick Start

<PropertyGroup>
  <DebugType>embedded</DebugType>
</PropertyGroup>

Recommended Configuration

Installs
3
GitHub Stars
41
First Seen
Feb 28, 2026
embedding-pdb-in-exe — christian289/dotnet-with-claudecode