microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
121 stars 50 forks source link

Adding code showing how to add Child items #84

Open omascia opened 2 years ago

omascia commented 2 years ago

It would be really useful to add some more functionnality to CppCustomVisualizer, to bootstrap adding custom child views. Maybe two of them.

Very simply, the two custom child items could be "Date" and "Time". Both are combined into the root item visualisation, but could be made available as custom children for the purpose of demoing the right way to do it.

That would add great value to this excellent sample.