2013 年 Visual Studio 无法进入 caffe 代码
Can't step into caffe code in Visual Studio 2013
我刚开始使用 Caffe,它必须在 Windows 上,因为那是我一直坚持的 OS。所以我按照 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代码?
从 https://github.com/BVLC/caffe/tree/windows 中提取解决了问题。
如果您需要帮助,请查看用户组:
https://groups.google.com/forum/#!forum/caffe-users
如果您需要帮助,请查看问题跟踪器:
https://github.com/BVLC/caffe/issues
我刚开始使用 Caffe,它必须在 Windows 上,因为那是我一直坚持的 OS。所以我按照 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代码?
从 https://github.com/BVLC/caffe/tree/windows 中提取解决了问题。
如果您需要帮助,请查看用户组: https://groups.google.com/forum/#!forum/caffe-users
如果您需要帮助,请查看问题跟踪器: https://github.com/BVLC/caffe/issues