Closed
Description
Refs: #215
- macOS @eleanorjboyd
- linux @aeschli
- windows @bamurtaugh
Complexity: 2
Requirements:
- Latest VS Code insiders
- Latest Python Extension insiders (pre-release)
- Latest Python Debugger Extension insiders (pre-release)
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.