ITK/GDBPretty: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary
 
Line 35: Line 35:
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk gdb-pretty-itk]
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk gdb-pretty-itk]
** Text and image viewer printers for the InsightToolkit.
** Text and image viewer printers for the InsightToolkit.
* [https://github.com/antonin07130/itkCompareProject itkCompareProject]
* [https://github.com/gofigure2/QGoImageCompare QGoImageCompare]
** ITK image viewer pretty printer that synchronizes views over a session.
** ITK image viewer pretty printer that synchronizes views over a session.
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk-cmake gdb-pretty-itk-cmake]
* [http://gitorious.org/gdb-pretty/gdb-pretty-itk-cmake gdb-pretty-itk-cmake]

Latest revision as of 18:31, 25 January 2011

GDB scripts for debugging ITK or tools based on ITK. When 'printing' an image object in the debugger, it can, e.g., instantly render and display the image in memory. A number of text printers also exist that mimic the object->Print( std::cout ) functionality.


Documentation

Articles

Examples

Screencasts

Installation

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.
  • QGoImageCompare
    • ITK image viewer pretty printer that synchronizes views over a session.
  • gdb-pretty-itk-cmake
    • CMake module to register the ITK pretty printers in your project.



ITK: [Welcome | Site Map]