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

Revision history [back]

You could launch the node in debug mode by adding the following line to the <node> tag in the launch file: launch-prefix="xterm -e gdb --args" (see this tutorial). If you are not comfortable with a console based gdb you can use a front end interface like ddd.

You could configure Eclipse to use remote debugging, even if I think it's a long shot. You can find more instructions here.