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

Values with ' are not visible in VS debugger #1521

Closed
forki opened this issue Sep 6, 2016 · 2 comments
Closed

Values with ' are not visible in VS debugger #1521

forki opened this issue Sep 6, 2016 · 2 comments
Labels
Area-Debug stepping, debug points, stacks and more Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.

Comments

@forki
Copy link
Contributor

forki commented Sep 6, 2016

If I have a value called args' (which is happening a lot in the compiler itself) then VS 2015 debugger doesn't show the value. If I rename to newArgs then it works.

@dsyme
Copy link
Contributor

dsyme commented Sep 6, 2016

I think this is might be because the C# expression evaluator is being used. Or a naive parser for scraping the word/name from the source text

@dsyme dsyme added Bug Area-Debug stepping, debug points, stacks and more Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. labels Sep 27, 2016
@dsyme
Copy link
Contributor

dsyme commented May 6, 2017

Closing as covered by #2544

@dsyme dsyme closed this as completed May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Debug stepping, debug points, stacks and more Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Projects
None yet
Development

No branches or pull requests

2 participants