You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
VS Code version:
C# Extension version:
1.4.0
Steps to reproduce
Create a simple class with a decimal property, instantiate that class, optionally assign a value to the property and checkout the value the debugger (variables and watch) shows for the property. It is different.
Expected behaviour
The value shown on the watch for the property should be the correct one.
Actual behaviour
Debugger watch is showing wrong values. The value of the property itself is correct, though, because when the application actually uses it, the result is the expected.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview2-003121)
Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529bc5
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
VS Code version:
C# Extension version:
1.4.0
Steps to reproduce
Create a simple class with a decimal property, instantiate that class, optionally assign a value to the property and checkout the value the debugger (variables and watch) shows for the property. It is different.
Expected behaviour
The value shown on the watch for the property should be the correct one.
Actual behaviour
Debugger watch is showing wrong values. The value of the property itself is correct, though, because when the application actually uses it, the result is the expected.
The text was updated successfully, but these errors were encountered: