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

Feature Request: Map Types-View Rules as config #118

Open
GloriousPtr opened this issue Jan 26, 2024 · 1 comment
Open

Feature Request: Map Types-View Rules as config #118

GloriousPtr opened this issue Jan 26, 2024 · 1 comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. Visualization A request for new debugger visualization features.

Comments

@GloriousPtr
Copy link
Contributor

GloriousPtr commented Jan 26, 2024

It may sound a bit like natvis but it can be an alternative way to do it. Close the ticket if you feel like it's not a good way to do things.

A mapping of types with view rules so that watch variables should have that view rule for specific types applied by default.
For instance:

Type Rule
eastl::vector array:($.mpBegin, $.mpEnd-$.mpBegin)

$- wildcard for variable iteself and view rule array is modified to take in start pointer and element count.

Edit 1: This map can be saved to the profile i guess?

@ryanfleury
Copy link
Collaborator

Yep this is already on my TODO list actually.

@ryanfleury ryanfleury added the Feature Request A request for a new feature or improvement. label Feb 5, 2024
@ryanfleury ryanfleury added the Visualization A request for new debugger visualization features. label Mar 29, 2024
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. Visualization A request for new debugger visualization features.
Projects
None yet
Development

No branches or pull requests

2 participants