无法在Visual Studio 2013中单步执行caffe代码

时间:2016-06-17 22:15:14

标签: visual-studio debugging caffe

我刚刚开始使用Caffe而且它必须在Windows上,因为那是我坚持使用的操作系统。因此,我按照https://initialneil.wordpress.com/2015/07/15/caffe-vs2013-opencv-in-windows-tutorial-i/上的说明开始使用MNIST数据集开始运行。

它不起作用。没问题,我会逐步完成代码。

问题是,当我开始单步执行调试模式caffe.exe时,它将遍历crtexe.c代码,但不会进入main():

mainret = main(argc, argv, envp); << can't step into this function

我有一个pdb文件,我查看了caffe源和Dependency Walker,但我没有看到任何明显的切入点。

如何进入caffe代码?

1 个答案:

答案 0 :(得分:0)

https://github.com/BVLC/caffe/tree/windows拉出来解决了这个问题。

如果您需要帮助,请检查用户组: https://groups.google.com/forum/#!forum/caffe-users

如果您需要帮助,请检查问题跟踪器: https://github.com/BVLC/caffe/issues

相关问题