microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.2k stars 712 forks source link

Configure SourceLink to Embed Source Files in PDBs #2119

Closed brianrob closed 1 month ago

brianrob commented 1 month ago

Prior to this change, SourceLink attempted to point to the internal repo where we build the Microsoft distribution of PerfView and TraceEvent.

With this change, sources will be embedded in the PDBs so that all users can debug and profile shipped releases.