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

Add support for to display and edit N elements under a pointer #24

Open
davidanderle opened this issue May 13, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@davidanderle
Copy link

The IAR watch window has this nice feature to display N elements pointed to by a pointer, like myPtr;3
will show myPtr, myPtr+1, and myPtr+2. Additionally myArray;5,10 would display 5 elements, starting from the 10th element myPtr+10, myPtr+11, myPtr+12, myPtr+13, and myPtr+14.

Is this something that could be added to VSCode's watch window interpreter?

@HampusAdolfsson HampusAdolfsson added the enhancement New feature or request label May 15, 2023
@HampusAdolfsson
Copy link
Collaborator

We plan on experimenting with bringing more debugger windows from Embedded Workbench into VS Code, starting with the live watch window requested in #3.

We could then also add the regular watch window from Embedded Workbench to VS Code, with all the same features such as this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants