dotnet / dotnet/symreader-portable
Whole-line sequence points
Open
- Dominant language
- C#
- Stars
- 90
- Forks
- 45
- Avg merge
- 2h 21m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.