ROS C++ code debug with CLion

I use ROS with C++ source code on a robot. How can I use breakpoints of CLion IDE to debug my code? Is it possible? 

0
1 comment

Yes, it is possible. I don't use ROS, however it would be the same as other c++ projects. You will have to set up remote builds and build the code on your target. It will function just like your local host gdb session.

0

Please sign in to leave a comment.