@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/debug-symbols-and-symbolication-for-code-agents>
  a schema:TechArticle ;
  schema:headline "Debug Symbols and Symbolication for Code Agents" ;
  schema:url <https://anchorfact.org/computer-science/debug-symbols-and-symbolication-for-code-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/debug-symbols-and-symbolication-for-code-agents>
  schema:citation <https://llvm.org/docs/SourceLevelDebugging.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/debug-symbols-and-symbolication-for-code-agents>
  schema:citation <https://docs.sentry.dev/cli/dif/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/debug-symbols-and-symbolication-for-code-agents>
  schema:citation <https://blog.llvm.org/2017/08/llvm-on-windows-now-supports-pdb-debug.html> ;
  af:sourceTier "B" .