aui-framework / aui-framework/aui
Improve debugging with custom visualizers
Open
unimportant
- Dominant language
- C++
- Stars
- 598
- Forks
- 44
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 3
Description
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](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](http://plohrmann.blogspot.com/2013/10/writing-debug-visualizers-for-gdb.html).
Contributor guide
Assessment
This issue has not been assessed yet.