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

Implement the Display trait for the Memory struct #799

Closed
Jrigada opened this issue Jan 31, 2023 · 0 comments
Closed

Implement the Display trait for the Memory struct #799

Jrigada opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Jrigada
Copy link
Contributor

Jrigada commented Jan 31, 2023

Is your feature request related to a problem? Please describe.
It is rather tricky to debug the VM when you want to print the content of the memory.

Describe the solution you'd like
We should have a Display implementation of the struct

Describe alternatives you've considered
The useful format would be something along the lines of "address" : "value".

@Jrigada Jrigada added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Jan 31, 2023
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