我试图调试 OpenNI, 所以我下载了源, 编译, 将 OpenNI 项目添加到我现有的解决方案中, 包括新的信头文件, 与新编译的图书馆链接, 添加了 OpenNI 项目引用到我的现有项目, 并将. pdb 位置添加到我的 VS 符号位置 。
After all of this, I can still only hit the breakpoints in the header files. Whenever I add a breakpoint in a source, VS says symbols are not loaded. Anything I m not doing/doing wrong? Thanks!