question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support portable pdb files

See original GitHub issue

Portable pdb files are designed specifically for .NET. The spec is now 1.0 and an implementation ships with Roslyn for Visual Studio 2015 Update 1. The new format is cross platform and several times smaller, making it practical to include in the nupkgs #294. This should take care of the CoreCLR status issue of Enable CoreCLR debugging of F#.

Microsoft.DiaSymReader.PortablePdb exists to provide compatibility to the existing Windows debugging tools that build on top of that COM API. image

I am advocating that the old PDB support be dropped to makes things simpler and easier to maintain.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dsymecommented, Jul 18, 2016

This has been implemented

0reactions
ctaggartcommented, Dec 13, 2015

Awesome! Looking forward to it. I am going to try to get SourceLink working with them this month.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Portable PDB Symbols - Windows drivers
The Portable PDB (Program Database) format describes an encoding of debugging information produced by compilers of Common Language ...
Read more >
core/Documentation/diagnostics/portable_pdb.md at main
NET introduces a new symbol file (PDB) format - portable PDBs. Unlike traditional PDBs which are Windows-only, portable PDBs can be created and...
Read more >
"PDB format is not supported" with .NET portable ...
My Visual Studio 2017 debugger can't work with PDBs in "portable" format in .NET Framework projects. With portable format I mean going to...
Read more >
Introducing Portable PDB - InfoQ
The new Portable PDB format drops the features needed for native code, leaving only .NET functionality. This allowed them to simplify the format ......
Read more >
PDB format is not supported
These DLL:s are build within Visual Studio when I run the project. I've run clean and rebuild, as well as manually delted the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found