microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
40 stars 17 forks source link

TPI: Test representation change of debug variables, base 16 #323

Closed paulacamargo25 closed 2 months ago

paulacamargo25 commented 2 months ago

Refs: https://github.com/microsoft/vscode-python-debugger/issues/215

Complexity: 2

Create Issue


Requirements:

  1. Latest VS Code insiders
  2. Latest Python Extension insiders (pre-release)
  3. Latest Python Debugger Extension insiders (pre-release)

Verification steps

  1. Create a simple python file with int or float variables.

  2. Add some breakpoints in the variables.

  3. Run the debugger, and open the debug Variables View.

  4. You will see an eye icon next to the numbers variables.

  5. Click it, and make sure that the value changed to its hex value.

  6. Verify that you can also go back to the base 10 representation.

  7. Create a simple Python file with int or float variables.

  8. Add some breakpoints on variables.

  9. Run the debugger and open the Debug Variables View.

  10. You will see an eye icon next to the numeric variables.

  11. Click on it and make sure the value has changed to its hexadecimal value.

  12. Verify that you can also return to base 10 representation.

aeschli commented 2 months ago

I can't complete the testing as I don't see the eye icon. Created https://github.com/microsoft/vscode-python-debugger/issues/324. Please uncheck me if I did something wrong.

bamurtaugh commented 2 months ago

It looks like all 3 of us are blocked on https://github.com/microsoft/vscode-python-debugger/issues/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!