KindDragon / CPPDebuggerVisualizers

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

Fixed uuid visualization #38

Open scigor opened 2 years ago

scigor commented 2 years ago

Issue: https://github.com/KindDragon/CPPDebuggerVisualizers/issues/33

Fix Deskription The visualizer part which displays the boost::uuid did not work in VS2019. This was due to the use of a custom dll which is not supported anymore. I rewrote this part of the visualizer to display the uuid without the use of the custom dll. Basically what makes it possible the use of the display parameter x which displays the relevant portion as hex.