ITK/GDBPretty: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Repositories == | == Repositories == | ||
* [http://gitorious.org/~thewtex/gdb-python/archer-thewtex-python Custom GDB] There are some changes here until we have time to push them upstream. | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-libstdcxx gdb-pretty-libstdcxx] Pretty printers by Tom Tromey from GDB for GNU implementation of the C++ standard library. | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-science gdb-pretty-science] Pretty printers for "science" -- mostly image viewers at the moment. | |||
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk gdb-pretty-itk] Text and image viewer printers for the InsightToolkit. | |||
* [https://github.com/antonin07130/itkCompareProject itkCompareProject] ITK image viewer pretty printer that synchronizes views over a session. | |||
== Documentation == | == Documentation == |
Revision as of 08:50, 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