Tag Archives: debugging

Interactive Debugging KDE Apps with QtCreator

Recently I began using QtCreator to try and do some development on Amarok. During my day job as a Java developer I get to work with tools like Intellij, which is a great IDE when you can put aside the problems of Java GUI apps on Linux. For a long time I’ve been using [...]

A Use for NVidia

The world has seen a significant amount of complaining about NVidia cards (the 8600 has had it’s fair share of whippings).
However, I’ve come to a great realisation:
with my exceptionally slow nvidia card I can see absolutely every draw that occurs on the screen. Great for debugging paint events, and no need to export QT_FLUSH_PAINT=1.
All you [...]