-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Open
Enhancement
Copy link
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssue should take < 1 weekIssue should take < 1 weekImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Description
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:
It would be nice if I could configure it to display as:
void* const i = &data_34e4
Metadata
Metadata
Assignees
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssue should take < 1 weekIssue should take < 1 weekImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround