EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.55k stars 182 forks source link

Default View Rule for specific Type #312

Closed Adarma closed 3 days ago

Adarma commented 2 months ago

Can we set a default View Rule for specific Types?

For example I have a v3 struct with a union of (x, y, z), (r, g, b), (xy, z). I would like to have the View Rule default to only:(x, y, z) for all v3 types to reduce the union duplication clutter without having to type it in every time.

Thanks

ryanfleury commented 1 month ago

Yep, this will almost certainly be in 0.9.12.

ryanfleury commented 3 days ago

This is now done; there will be more work on this feature to support things like templates and more view rule possibilities, but this basic case is supported now.