ITK/GDBPretty

From KitwarePublic
< ITK
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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]