Values with ' are not visible in VS debugger #1521
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.
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 tonewArgs
then it works.The text was updated successfully, but these errors were encountered: