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

Debugger memory views #133

Merged
merged 5 commits into from
Aug 31, 2024
Merged

Debugger memory views #133

merged 5 commits into from
Aug 31, 2024

Conversation

tommy9
Copy link
Collaborator

@tommy9 tommy9 commented Aug 31, 2024

Add system memory view for debugger. Under the Variables->System->Memory entry, can click on the icon shown when hovering to get memory view using VS Code's native view. A bit clunky but I don't see a more direct way to get it.

Also adds the ability to create watches with addresses directly, by placing the address within brackets, instead of a label or symbol name e.g.
(&1900).w to get the 16 bit word stored at 0x1900, formatted as a decimal value
$($80) to get the byte stored at 0x80

String formatting can now also be applied with the .sXX suffix, where XX is the number of bytes to read e.g.
somelabel.s8
Debug_memory_views

@tommy9 tommy9 merged commit d10f7f5 into simondotm:master Aug 31, 2024
5 checks passed
@tommy9 tommy9 deleted the Memory-view branch August 31, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant