dotnet / dotnet/symreader-portable

Whole-line sequence points

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.