Mateusz Łoskot [[email protected]] 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'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to