Sharing catkin workspace (ROS) between PyCharm and CLion projects
已回答
I understand it is not currently possible to share the same project root between CLion and PyCharm. Can I at least have a part of the projects tree shared between the two? That would imply sharing the `CMakeLists.txt`. Specifically, the project is a catkin workspace for ROS, partly developed in Python, and partly in C++. I would like to be able to use PyCharm and CLion respectively, but only maintain one catkin workspace. Any recommended practice to do that?
请先登录再写评论。
Hi Francesco!
CLion supports Python via the bundled plugin, the feature set of which corresponds to the PyCharm IDE Community Edition. Do you miss some functionality for developing your Python project's part in CLion?
I didn't realize I could you CLion for Python as well. I will certainly try that out.
As it has the features of PyCharm CE, I guess it doesn't support remote development/debugging for Python, correct?
Yes, remote debug for Python isn't supported: https://youtrack.jetbrains.com/issue/CPP-5681. Feel free to comment or upvote the issue.