diff --git a/notes/README.qt5prettyprinter b/notes/README.qt5prettyprinter new file mode 100644 index 0000000..3f9a774 --- /dev/null +++ b/notes/README.qt5prettyprinter @@ -0,0 +1,9 @@ + +See this project to install GDB pretty printers for the QT5 objects (QString, QMap, etc...) + + https://github.com/Lekensteyn/qt5printers + +See this GDB documentation for writing/using pretty printers. + + https://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html +