KindDragon / CPPDebuggerVisualizers

C++ Debugger Visualizers
Boost Software License 1.0
173 stars 46 forks source link

Boost::multi_index #13

Closed SergeyVSB closed 6 years ago

SergeyVSB commented 6 years ago

Seems, that somebody have an idea about it http://cpp-russia.ru/?p=1422#more-1422

If it is possible, may be boost::property_tree is possible too?

a-tokar commented 6 years ago

Hi, I'm the author of that talk. You can check out the final solution here: https://github.com/a-tokar/BoostMultiIndexNatvis. Using it, you can write visualizer for boost::property_tree. I checked that it works.

SergeyVSB commented 6 years ago

Hi, Tested your visualizer. Based on it, I've got interesting results for boost::property_tree. I'll make PR with ptree visualizer here soon. Will you make PR with multiindex visualizers or should I do it?

a-tokar commented 6 years ago

Hey, I think, I can add both multi_index and property_tree at once.

SergeyVSB commented 6 years ago

Can you wait a little? I don't know what exactly I want from property_tree. It requires special view of multi_index and I need some more experiments. I will write you in one or two days

-- С уважением, СергейBest regards, Sergey

a-tokar commented 6 years ago

Sure, no hurry at all. You can ask me, if you have any questions. I can provide you my version of boost::ptree visualizer.

KindDragon commented 6 years ago

@a-tokar Hi. Do you mind if I add your visualizers to my extension?

KindDragon commented 6 years ago

Thanks. Fixed in 1.0.20