Skip to content

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

Closed
@paulacamargo25

Description

@paulacamargo25

Refs: #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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions