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

Show variables in hex #317

Merged
merged 7 commits into from
Apr 19, 2024

Conversation

paulacamargo25
Copy link
Contributor

@paulacamargo25 paulacamargo25 commented Apr 18, 2024

Closed: #215

  • Add button to show variables in hex

@paulacamargo25 paulacamargo25 added the feature-request Request for new features or functionality label Apr 18, 2024
@paulacamargo25 paulacamargo25 self-assigned this Apr 18, 2024
@paulacamargo25 paulacamargo25 marked this pull request as ready for review April 19, 2024 16:57
@paulacamargo25 paulacamargo25 added this to the April 2024 milestone Apr 19, 2024
Copy link
Member

@connor4312 connor4312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, lgtm overall :)

@paulacamargo25 paulacamargo25 merged commit 0f507f3 into microsoft:main Apr 19, 2024
18 checks passed
paulacamargo25 added a commit to paulacamargo25/vscode-python-debugger that referenced this pull request Apr 19, 2024
* Add debug Visualizer

* Add proposal

* add hex view

* fux lint

* fix lint

* Add localization, move tree creation to own file

* fix compile errors
paulacamargo25 added a commit that referenced this pull request Apr 20, 2024
* Add consoleName as arg

* Update consoleName before sent it to debugpy

* Add tests

* Fix lint

* Show variables in hex (#317)

* Add debug Visualizer

* Add proposal

* add hex view

* fux lint

* fix lint

* Add localization, move tree creation to own file

* fix compile errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support representation change of debug variables, e.g. base 16 instead of base 10
3 participants