On 3 January 2014 22:22, Poenitz Andre <[email protected]> wrote: > > When using gdb or lldb you can do anything in the python dumpers, > > including feeding data to external processes with or without gui. > > There's an example use for displaying QVector<scalar_type> using > > gnuplot in the current sources (dumper.py/qttypes.py) > > Right, those are good ideas indeed. > I just wanted to know if there is anything specific related to such > features in QtC.
Slight misunderstanding here. While both gdb and lldb use python as extension language and use/can use that (in mutually incompatible ways) to display data, the feature I was referring to (using the _same_ code both gdb and lldb backends and steer that on a per-type or per-object base from the Locals and Expressions view) is very Qt Creator specific. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
