What debugger to use on ubuntu?
Given a opencv source code how can be step through each and every line in it?
Given a opencv source code how can be step through each and every line in it?
Many of OpenCV devs are using QtCreator, because it is cute (as Qt should be pronounced =). It allows you to write and debug OpenCV code on Linux/Windows. But please check that you build OpenCV in Debug configuration for debugging, and in Release configuration for the production code. Most likely you'll use 2 different build folders for build configuration with CMake.
Most people use the Eclipse IDE (The C++ version: http://www.eclipse.org/cdt/). It helps you debug C++ code, like opencv, but that is just one of its features. You can have all your programming needs within Eclipse.
I also use Eclipse CDT for my OpenCV development in Linux and Windows.
Asked: 2012-08-01 05:58:14 -0600
Seen: 684 times
Last updated: Aug 03 '12