On 26/05/15 09:18, René J.V. Bertin wrote: > Hi, > > Is it possible to get meaningful information for C++ objects that > are > Qt class instances while debugging in a command line (terminal) session > instead of using Qt Creator? If so, how? > > Not that I don't like graphical debugger interfaces, and not that I > think that the one in Qt Creator is a lost cause, but it's neigh > unusable with lldb (I couldn't even make out the difference between a > crash/exception and a triggered breakpoint earlier today).
Have you tried GammaRay (http://www.kdab.com/kdab-products/gammaray/). It offers runtime introspection of everything made of QObject and much more. Krys > > R. > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest > _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
