1

I have installed OpenCV on my Ubuntu, and it works well. My problem is that I cannot manage to step into OpenCV's functions when debugging, if I press F11, it does not enter the functions, it is like Windows with no debug build. It is possible that I have not build OpenCV with DEBUG flag on. How to do it and how to do the step in its functions?

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
thedarkside ofthemoon
  • 2,251
  • 6
  • 31
  • 48

1 Answers1

1

You can use debuggers like GDB. If you are using IDEs like Eclipse CDT then you need to manually update the build settings.

I found the OpenCV reference document.

Quantum_VC
  • 185
  • 13