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
Managed C++ generates whole line sequence points as (line, 0, line, 0), which isn't compatible with Portable PDB requirements on sequence point. The Pdb2Pdb converter converts these to (line, 0, line, 0xffff). we might want SymReader to present these back as (line, 0, line, 0).
If Managed C++ compiler ever generated Portable PDBs, it should fill in columns properly.
The text was updated successfully, but these errors were encountered:
Managed C++ generates whole line sequence points as (line, 0, line, 0), which isn't compatible with Portable PDB requirements on sequence point. The Pdb2Pdb converter converts these to (line, 0, line, 0xffff). we might want SymReader to present these back as (line, 0, line, 0).
If Managed C++ compiler ever generated Portable PDBs, it should fill in columns properly.
The text was updated successfully, but these errors were encountered: