aui icon indicating copy to clipboard operation
aui copied to clipboard

Improve debugging with custom visualizers

Open Alex2772 opened this issue 4 years ago • 2 comments

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 avatar Oct 28 '21 19:10 Alex2772

Partially implemented for lldb

Alex2772 avatar Apr 16 '23 15:04 Alex2772

Partially implemented for gdb

Alex2772 avatar Nov 04 '24 14:11 Alex2772