Ask Your Question
2

What debugger to use on ubuntu?

asked 2012-08-01 05:58:14 -0600

Sharisha gravatar image

updated 2012-08-01 06:24:59 -0600

sammy gravatar image

Given a opencv source code how can be step through each and every line in it?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2012-08-01 06:02:55 -0600

Rui Marques gravatar image

updated 2012-08-01 06:03:43 -0600

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.

edit flag offensive delete link more

Comments

1

I also use Eclipse CDT for my OpenCV development in Linux and Windows.

Philipp Wagner gravatar imagePhilipp Wagner ( 2012-08-03 17:31:32 -0600 )edit
0

answered 2012-08-03 16:38:46 -0600

Kirill Kornyakov gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-01 05:58:14 -0600

Seen: 656 times

Last updated: Aug 03 '12