Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] DSF-GDB now has full pretty-printing of complex structures

Hello,

I'm happy to announce that DSF-GDB now fully supports pretty-printing of STL structures (and any other complex structures for which you have python pretty-printers).
This feature allows to see Lists, Maps, Vectors, etc in a user-friendly way directly in the Variables and Expressions views.

A big thank you to Jens Elmenthaler for this valuable contribution!

Screenshots and instructions on how to use it are available on the New and Noteworthy page of CDT 8.0:
http://wiki.eclipse.org/CDT/User/NewIn80#Support_for_full_pretty-printing_of_complex_structures

Marc


Back to the top