ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
gedit is just a text editor and I doubt that there is a debugger plugin for that. Try using a propper IDE like qtcreator (sudo apt-get install qtycreator
) which naturally understand CMakeLists.txt files so there is no set-up needed. Just run it from the terminal with qtcreator my_catkin_ws/src/CMakeLists.txt
.
See this answer on how to use the debugger.
2 | No.2 Revision |
gedit is just a text editor and I doubt that there is a debugger plugin for that. Try using a propper IDE like qtcreator (sudo apt-get install
) which naturally understand CMakeLists.txt files so there is no set-up needed. Just run it from the terminal with qtycreatorqtcreatorqtcreator my_catkin_ws/src/CMakeLists.txt
.
See this answer on how to use the debugger.