Skip to content

allebacco/OpencvGDBPrettyPrinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Opencv pretty printer for debugging with QtCreator (support both gdb and lldb)

To install in gdb, add these lines to ~/.gdbinit

python
exec(open('<path to opencv_dumper.py>').read())
end

Prerequisite:

  • Numpy

About

A Pretty printer for OpenCV and QtCreator with GDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages