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 ability to display the address of a string data variable instead of the string value #6469

Open
kristopax opened this issue Mar 3, 2025 · 0 comments
Labels
Component: API Issue needs changes to the API Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality

Comments

@kristopax
Copy link
Member

What is the feature you'd like to have?
Currently, in the IL views above low level IL, when the IL references a string data variable, the string value is shown. I would like to have the option to show the address or data variable name (e.g. &data_1234) instead of the string value. It would be nice if this were an option that could be enabled/disabled via API and the IL view hamburger menu.

Additional Information:

Image

It would be nice if I could configure it to display as:

void* const i = &data_34e4

@kristopax kristopax added Component: API Issue needs changes to the API Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality labels Mar 3, 2025
@kristopax kristopax added this to the FrogStar - Release 2 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: API Issue needs changes to the API Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant