From 3f99a2ea6c9b9f6ff2a1d4526cb23864d7359d2e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 8 Jun 2024 12:10:59 -0400 Subject: [PATCH] Mention Qt6 support and CLion plugin in obscure qt blog post --- content/blog/obscure-qt2/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/blog/obscure-qt2/index.md b/content/blog/obscure-qt2/index.md index db46387..cd289e9 100644 --- a/content/blog/obscure-qt2/index.md +++ b/content/blog/obscure-qt2/index.md @@ -8,6 +8,8 @@ series: - Obscure Qt --- +**Edit:** This was written before my projects were switched to Qt6, and I'm not aware of a Qt6 pretty printer solution (if you do, let me know in a comment below.) If you're using CLion, check out the [Qt6 pretty printer plugin](https://github.com/winseros/Qt6Renderer). + Outside of Qt Creator, GDB has a hard time understanding Qt times and you'll regularly get garbage or unusable debugging output. ![An example of CLion (which uses GDB) trying to show the contents of a QList.](bad.webp)