ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.

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 qtycreatorqtcreator) 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.