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

Memory Inspector display enhancements #48

Open
7 of 9 tasks
jreineckearm opened this issue Dec 8, 2023 · 5 comments
Open
7 of 9 tasks

Memory Inspector display enhancements #48

jreineckearm opened this issue Dec 8, 2023 · 5 comments

Comments

@jreineckearm
Copy link
Contributor

jreineckearm commented Dec 8, 2023

Description

As discussed during the last CDT Cloud meeting, I'd like to share some thoughts on potential display enhancements which could make the Memory Inspector even more powerful than it is already today.

Additional information

@colin-grant-work
Copy link
Contributor

colin-grant-work commented Feb 13, 2024

At Ericsson, we're currently working on reintroducing the hover system that (among other things) displayed values in different formats, so we'd be happy to take on

Display of different data representations (decimal, octal, binary, float, double, signed vs unsigned, etc)

@gbodeen, re: some possible format additions.

@colin-grant-work
Copy link
Contributor

Configure word size in bytes. As I understand this is currently fixed to 1-byte words.

It would be nice for this one if it were included as an extension point for debuggers that could answer a query about word size for a given session.

@jreineckearm
Copy link
Contributor Author

At Ericsson, we're currently working on reintroducing the hover system that (among other things) displayed values in different formats, so we'd be happy to take on

That would be awesome, thank you @colin-grant-work ! Would this agree with your plans, @planger ?

@jreineckearm
Copy link
Contributor Author

It would be nice for this one if it were included as an extension point for debuggers that could answer a query about word size for a given session.

I fully agree. Ideally, this knowledge would be transported via the MS-DAP protocol. Need to investigate which would be the best type or response. It certainly will have its charm also for other windows and debug functionality.

A short-term/intermediate alternative could be to add it as another setting. That could later pick up knowledge from the debugger through MS-DAP with an auto setting.
Finding a good default for this setting may become a challenge. Maybe it could be steered by an agreed debug launch configuration item like it's used for description files for the Peripheral Inspector extension?

@planger
Copy link
Contributor

planger commented Feb 15, 2024

At Ericsson, we're currently working on reintroducing the hover system that (among other things) displayed values in different formats, so we'd be happy to take on

That would be awesome, thank you @colin-grant-work ! Would this agree with your plans, @planger ?

Sure, that sounds great! I'll comment on #66 with our initial thoughts to keep the discussion in the right place.

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

No branches or pull requests

3 participants