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 | Q&A answers.ros.org |
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-11-26 06:05:04 -0500
Seen: 811 times
Last updated: Nov 29 '11
Publishing my sensor values in binary from decimal
What is this WaitForTransform and lookupTransform function overloading do?
How can I construct convex hull from point cloud?
problem with debug messages in rxconsole
Insert elements to a map listing the nodes
how do you create a group of joints for MoveIt Planning Group for a custom robot
Issues creating srv and msg files in ROS service from python client and C++ server