Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
paulacamargo25 opened this issue Apr 22, 2024 · 2 comments
Closed
3 tasks done

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

paulacamargo25 opened this issue Apr 22, 2024 · 2 comments
Labels
testplan-item triage-needed Needs assignment to the proper sub-team
Milestone

Comments

@paulacamargo25
Copy link
Contributor

paulacamargo25 commented Apr 22, 2024

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.

@aeschli
Copy link

aeschli commented Apr 23, 2024

I can't complete the testing as I don't see the eye icon. Created #324.
Please uncheck me if I did something wrong.

@aeschli aeschli removed their assignment Apr 23, 2024
@eleanorjboyd eleanorjboyd removed their assignment Apr 23, 2024
@bamurtaugh bamurtaugh removed their assignment Apr 23, 2024
@bamurtaugh
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testplan-item triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

5 participants