ITK/GDBPretty: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Line 14: | Line 14: | ||
=== Examples === | === Examples === | ||
* [http://gitorious.org/gdb-pretty/gdb-pretty-libstdcxx/trees/thewtex/examples libstdcxx example] | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk/trees/master/examples itk example] | |||
* [https://github.com/antonin07130/itkCompareProject/tree/master/Testing/Code/GDBPretty/ itkCompareProject example] | |||
=== Screencasts === | === Screencasts === |
Revision as of 08:55, 18 November 2010
Repositories
- Custom GDB There are some changes here until we have time to push them upstream.
- gdb-pretty-libstdcxx Pretty printers by Tom Tromey from GDB for GNU implementation of the C++ standard library.
- gdb-pretty-science Pretty printers for "science" -- mostly image viewers at the moment.
- gdb-pretty-itk Text and image viewer printers for the InsightToolkit.
- itkCompareProject ITK image viewer pretty printer that synchronizes views over a session.
Documentation
Articles
Examples
Screencasts
Installation