aui-framework / aui

Declarative UI toolkit for modern C++20
Mozilla Public License 2.0
70 stars 13 forks source link

Improve debugging with custom visualizers #11

Open Alex2772 opened 3 years ago

Alex2772 commented 3 years ago

On MSVC, there's Natvis, which is XML-based variable renderer: https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2019.

On GDB, there're Python scripts for rendering variables: http://plohrmann.blogspot.com/2013/10/writing-debug-visualizers-for-gdb.html.

Alex2772 commented 1 year ago

Partially implemented for lldb

Alex2772 commented 1 day ago

Partially implemented for gdb