-
Notifications
You must be signed in to change notification settings - Fork 296
Feature Request: Map Types-View Rules as config #118
Copy link
Copy link
Closed
Labels
DebuggerPertains to the debugger.Pertains to the debugger.Feature RequestA request for a new feature or improvement.A request for a new feature or improvement.VisualizationA request for new debugger visualization features.A request for new debugger visualization features.
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DebuggerPertains to the debugger.Pertains to the debugger.Feature RequestA request for a new feature or improvement.A request for a new feature or improvement.VisualizationA request for new debugger visualization features.A request for new debugger visualization features.