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
It looks like all 3 of us are blocked on #324. I'll tentatively unassign myself too and close the issue, but please feel free to reopen and reassign me if I've missed something!
Refs: #215
Complexity: 2
Create Issue
Requirements:
Verification steps
Create a simple python file with int or float variables.
Add some breakpoints in the variables.
Run the debugger, and open the debug Variables View.
You will see an
eye icon
next to the numbers variables.Click it, and make sure that the value changed to its hex value.
Verify that you can also go back to the base 10 representation.
Create a simple Python file with int or float variables.
Add some breakpoints on variables.
Run the debugger and open the Debug Variables View.
You will see an
eye icon
next to the numeric variables.Click on it and make sure the value has changed to its hexadecimal value.
Verify that you can also return to base 10 representation.
The text was updated successfully, but these errors were encountered: