You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not seeing a file for Microsoft.CodeAnalysis.Debugging.CustomDebugInfoReader in this repo somehow even though it's in Microsoft.DiaSymReader.Converter.dll.
It's a Windows PDB. I can share it privately. I wouldn't expect it to be invalid because was compiled recently by a major software tools vendor.
The text was updated successfully, but these errors were encountered:
It's linked in from a source package published from Roslyn repo. You should be able to step thru and let Source Link fetch the source :)
It is possible that older Windows PDBs might have bad debug info. We have had bugs in the compiler/pdb writer. If you can share the PDB, please send me a link to tomat microsoft com
One of the PDB's I'm processing throws this InvalidOperationException.
This is the line:
symreader-converter/src/Microsoft.DiaSymReader.Converter/PdbConverterWindowsToPortable.cs
Line 311 in 106d955
I'm not seeing a file for
Microsoft.CodeAnalysis.Debugging.CustomDebugInfoReader
in this repo somehow even though it's inMicrosoft.DiaSymReader.Converter.dll
.It's a Windows PDB. I can share it privately. I wouldn't expect it to be invalid because was compiled recently by a major software tools vendor.
The text was updated successfully, but these errors were encountered: