Debugging remote Caffe using CLion

Answered

Hi,

I would like to debug this project to see how the code works step by step. https://github.com/BVLC/caffe

I have the project compiled on a remote server, and not on my computer (and compiling it on computer isn't really an option), which I use to ssh into the server. Can I run the project in the remote server and debug it in CLion? 

Thank you

0
1 comment

Remote project support hasn't been implemented in CLion yet: https://youtrack.jetbrains.com/issue/CPP-744. Feel free to comment or upvote. You can debug via remote GDB debugging: https://blog.jetbrains.com/clion/2016/07/clion-2016-2-eap-remote-gdb-debug/, but you can't build it for now.

0

Please sign in to leave a comment.