Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ubuntu 12.10 上安装 opencv 时,我试图实现源代码级调试。我使用 cmake-gui 从源文件夹生成 makefile。尝试设置
CMAKE_BUILD_TYPE : Debug;
进行安装
我确实在正确的位置获得了 .so 库和包含文件,但是当我在 Eclipse 中“进入”时,调试器只是跳过它,而不是进入源代码。
顺便说一句,在 Windows 中,我通过将我的代码与调试库链接起来来管理这个,例如 cvcore242d.lib