Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PortablePdbWriter should support all Debug Metadata Tables #1230

Open
12 of 20 tasks
siegfriedpammer opened this issue Jul 22, 2018 · 0 comments
Open
12 of 20 tasks

PortablePdbWriter should support all Debug Metadata Tables #1230

siegfriedpammer opened this issue Jul 22, 2018 · 0 comments
Labels

Comments

@siegfriedpammer
Copy link
Member

siegfriedpammer commented Jul 22, 2018

This issue tracks the list of unsupported debug metadata tables.

For the current state of this feature see the ppdb branch.

For a general overview of the format see https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md

For a reference implementation see https://github.com/dotnet/symreader-converter/tree/master/src/Microsoft.DiaSymReader.Converter

For a more up-to-date list of custom debug information see https://github.com/dotnet/roslyn/blob/master/src/Dependencies/CodeAnalysis.Debugging/CustomDebugInfoKind.cs

  • Document
  • MethodDebugInformation
  • LocalScope (Note: currently only one top-level scope is generated per method, but this should be no problem, because the decompiler assigns unique names to variables.)
  • LocalVariable
  • LocalConstant (the decompiler does not emit local const declarations)
  • ImportScope
  • StateMachineMethod
  • CustomDebugInformation
    • UsingGroups
    • ForwardMethodInfo
    • ForwardModuleInfo
    • StateMachineHoistedLocalScopes
    • StateMachineTypeName
    • DynamicLocals
    • TupleElementNames
    • DefaultNamespace n/a (VB only)
    • EditAndContinueLocalSlotMap n/a
    • EditAndContinueLambdaAndClosureMap n/a
    • EmbeddedSource
    • SourceLink n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant