Skip to content

Improving C# Null Reference Exception Diagnostics: Adding Variable Names to Error Messages #113315

Discussion options

You must be logged in to vote

This is impossible without debugger. Variable names (or even the original local variables) are totally nothing in compiled assembly. They only appear in debug symbol.

See #104703 and #3858.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Liangjia0411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants