Lekensteyn / qt5printers

GDB Pretty printers for Qt5
https://bugs.kde.org/show_bug.cgi?id=331044
133 stars 30 forks source link

seems to be obsolete by official KDE/QT printers #12

Open GitMensch opened 10 months ago

GitMensch commented 10 months ago
wget "https://invent.kde.org/kdevelop/kdevelop/-/raw/master/plugins/gdb/printers/helper.py"
wget "https://invent.kde.org/kdevelop/kdevelop/-/raw/master/plugins/gdb/printers/kde.py"
wget "https://invent.kde.org/kdevelop/kdevelop/-/raw/master/plugins/gdb/printers/qt.py"

See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/Debugging_with_GDB for details.

epasveer commented 10 months ago

Thanks for the info. This is helpful for my Seergdb debugger. I'll add your comments to my wiki.

Edit: Here is my wiki.

https://github.com/epasveer/seer/wiki/Gdb's-Pretty-Print-feature.

KarlOfDuty commented 1 week ago

Very useful info, thanks. The wiki page you linked worked perfectly for debugging qt variables in clion.