raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Feature Request: Map Types-View Rules as config

Open GloriousPtr opened this issue 1 year ago • 1 comments

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?

GloriousPtr avatar Jan 26 '24 14:01 GloriousPtr

Yep this is already on my TODO list actually.

ryanfleury avatar Jan 26 '24 14:01 ryanfleury