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

Source code location capture #12

Open
dividedmind opened this issue Feb 12, 2021 · 1 comment
Open

Source code location capture #12

dividedmind opened this issue Feb 12, 2021 · 1 comment
Assignees

Comments

@dividedmind
Copy link
Collaborator

Source code location isn't embedded directly in .net binaries, but is stored separately in .pdb files. There is some infrastructure in the runtime to locate and extract the relevant data, but it can turn out to be quite difficult to use; the instrumentation method itself can't use managed code reliably, and these routines are managed. For this reason this task can turn out to be more complicated than it can be expected.

@kgilpin
Copy link
Contributor

kgilpin commented Feb 12, 2021 via email

@dividedmind dividedmind self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants