[Qt-creator] Feature like UIVisualizer in Visual Studio

Poenitz Andre Andre.Poenitz at digia.com
Fri Jan 3 23:22:19 CET 2014


Mateusz Łoskot [mateusz at loskot.net] wrote:
> Visual Studio 2012 or later includes new debugger visualisation framework
> with a feature, or interface, called UIVisualizer [1] which does the following:
>
> """
> A UIVisualizer element registers a graphical visualizer plug-in with
> the debugger.
> A graphical visualizer plug-in creates a dialog box or another
> interface to display
> a variable or object in a manner that is appropriate to its data type.
> """
> 
> [1] http://msdn.microsoft.com/en-us/library/jj620914.aspx#BKMK_UIVisualizer
> 
> 
> Does Qt Creator offer anything similar?

Depends on your platform. There is nothing like that when using cdb.

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)

Andre'



More information about the Qt-creator mailing list