[Qt-creator] Feature like UIVisualizer in Visual Studio

Poenitz Andre Andre.Poenitz at digia.com
Fri Jan 3 23:47:56 CET 2014


On 3 January 2014 22:22, Poenitz Andre <Andre.Poenitz at digia.com> 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'



More information about the Qt-creator mailing list