microsoft / caffe

Caffe on both Linux and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we debug the caffe for windows ? How to do it ?

Gzzgz opened this issue · comments

Can we debug the caffe for windows ? How to do it ?

Yes, check out my master branch at github.com/dtmoodie/caffe
I changed the compile flags and set it up to install the pdb files into the same folder as dlls. Now the caffe training application can correctly pick up the debug symbols for the caffe library.