Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include source files w/o method bodies in the PDB documents #38954

Closed
tmat opened this issue Sep 30, 2019 · 0 comments · Fixed by #39136
Closed

Include source files w/o method bodies in the PDB documents #38954

tmat opened this issue Sep 30, 2019 · 0 comments · Fixed by #39136

Comments

@tmat
Copy link
Member

tmat commented Sep 30, 2019

Currently the compiler does not list source files in the debug documents in the PDB that are part of the compilation but do not have any method body. These documents are only added in order to support sequence points.

There are other scenarios than stepping that would benefit from all source files being captured in the PDB. For example, Go To Definition, or validating that the assembly was built from specific source file content for auditing or EnC.

UPDATE:
Debugging of UWP and Blazor projects is currently broken because EnC is not able to determine the checksum of source files that are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants