SkillAgentSearch skills...

StackExchange.Exceptional.SourceLink

No description available

Install / Use

/learn @m0sa/StackExchange.Exceptional.SourceLink
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Enabling Source-linked Stack Traces Like It's 2022

Enables deep linking of a stack frame to the exact source code line that caused it (which was most probably recorded in the past / not on master/HEAD):

Source-linked stack trace in opserver (via @NickCraver)

Supports

  • classic .net PDBs with SRCSRV source-linked PDBs via dbghelp.dll srcsrv.dll and symsrv.dll pinvoke
  • portable PDBs via System.Reflection.Metadata
  • embedded (portable) PDBs via System.Reflection.Metadata

Performance

  • not the primary concern
  • comparable to Exception.ToString() benchmark run

Inspired by:

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated7y ago
Forks0

Languages

C#

Security Score

50/100

Audited on Nov 12, 2018

No findings