Debugger recommendation
Can anyone recommend a Linux-based C++ debugger to use with ROS? I'm using Ubuntu 10.4 with electric.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Can anyone recommend a Linux-based C++ debugger to use with ROS? I'm using Ubuntu 10.4 with electric.
I think, there are no options here. GDB is pretty good for it. You can use IDE (KDevelop, as example, it handles with CMake system by default) or graphical front-end (ddd or something like this), if console is too uncomfortable.
For another graphical frontend I like kdbg.
Asked: 2011-11-26 06:05:04 -0600
Seen: 832 times
Last updated: Nov 29 '11
Using rosserial to read data from a device
how to spawn a model with c++ with different joint angles
Check master ros node is started C++
How can I publish I420 image data as sensor_msgs/Image? (Image transport plugin)
Python or C++ for serial communication
How do you determine the number of messages left in your subcriber buffer queue?
Errors shown in Eclipse after importing the tutorial project